You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
4
+
The included war-file ist build with Java 1.8.0_111, but it ran without problems on a JDK7 JBOSS-EAP 6.4 server.
5
5
6
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.
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
8
9
-
Now you can check if it has worked under http(s)://<your-jboss-adress-here>/helloworld/.
9
+
Now you can check if it has worked under http(s)://[your-jboss-adress-here]/helloworld/.
10
10
11
11
## Tested on
12
12
This file is only testet on JBOSS EAP 6.4 under Java 7 on CentOS 7.
0 commit comments