Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 395 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 395 Bytes

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