Skip to content

Commit b151b35

Browse files
committed
readme typo removed
1 parent 3a9a911 commit b151b35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Example Hellos World WAR-File
22
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.
33

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.
55

66
## 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.
88

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/.
1010

1111
## Tested on
1212
This file is only testet on JBOSS EAP 6.4 under Java 7 on CentOS 7.

0 commit comments

Comments
 (0)