https://github.com/aeimer/java-example-helloworld-war
Example Hello World war-file for testing purposes.
https://github.com/aeimer/java-example-helloworld-war
deployement hello-world java jboss
Last synced: 8 months ago
JSON representation
Example Hello World war-file for testing purposes.
- Host: GitHub
- URL: https://github.com/aeimer/java-example-helloworld-war
- Owner: aeimer
- License: mit
- Created: 2017-02-01T17:47:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T13:35:22.000Z (about 1 year ago)
- Last Synced: 2025-01-21T22:01:41.111Z (9 months ago)
- Topics: deployement, hello-world, java, jboss
- Language: Java
- Homepage:
- Size: 148 KB
- Stars: 13
- Watchers: 1
- Forks: 116
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Hello World WAR-File
Here little war file if you want to test your JBOSS.
The included war-file ist build with Java 21 temurin.## How to use?
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/.