forked from aeimer/java-example-helloworld-war
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
# Example Hello World WAR-File | ||
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. | ||
I saw [this](http://centerkey.com/jboss/) post and build an example war file from it to test a JBOSS. | ||
|
||
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. | ||
The included war-file ist build with Java 21 temurin. | ||
|
||
## How to use? | ||
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. | ||
Download the war-file from the release and copy it to the _[jboss-home]/standalone/deployments/_ folder. JBOSS will automatically delpoy the project. | ||
|
||
Now you can check if it has worked under http(s)://[your-jboss-adress-here]/helloworld/. | ||
|
||
## Tested on | ||
This file is only testet on JBOSS EAP 6.4 under Java 7 on CentOS 7. |