Skip to content

web-servers/demo-webapp

Repository files navigation

demo-webapp

The demo webapp originally from https://github.com/jfclere/tomcat-openshift Used as demo webapp example in the jws-image-operator.

The servlet is /demo so it can be reached with http://hostname/demo-1.0/demo

To build the application, execute

mvn package
# builds  `target/demo-1.0.war`

Branches

The main branch uses JakartaEE version of the application. In case you would like to use JavaEE variant, there is a javaEE branch for you to use.

Dockerfile

The dockerfile just building a war in /tmp, it is for testing purpose, if you want something usable look to the JWS operator script.