Skip to content

Commit e7385f1

Browse files
committed
Added all Files
1 parent 9d3ec6b commit e7385f1

File tree

4 files changed

+45
-0
lines changed

4 files changed

+45
-0
lines changed

WEB-INF/web.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<web-app>
2+
<display-name>Hello World</display-name>
3+
</web-app>

dist/helloworld.war

72.6 KB
Binary file not shown.

index.jsp

Lines changed: 30 additions & 0 deletions
Large diffs are not rendered by default.

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Example Hellos World WAR-File
2+
I saw [this](http://centerkey.com/jboss/) post and build an example war file from it to test a JBOSS(EAP 6.4) I setted up.
3+
4+
The included war-file ist build with 1.8.0_111, but it ran without problems on a JDK7 JBOSS-EAP 6.4 server.
5+
6+
## How to use?
7+
Download the [war-file](https://raw.githubusercontent.com/aeimer/java-example-helloworld-war/master/dist/helloworld.war) and copy it to the <jboss-home>/standalone/deployments/ folder. JBOSS will automatically delpoy the project.
8+
9+
Now you can check if it has worked under http(s)://<your-jboss-adress-here>/helloworld/.
10+
11+
## Tested on
12+
This file is only testet on JBOSS EAP 6.4 under Java 7 on CentOS 7.

0 commit comments

Comments
 (0)