Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 444 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 444 Bytes

Example Hello World WAR-File

I saw this post and build an example war file from it to test a 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/.