(based on https://github.com/julianjupiter/java-web-app-with-embedded-tomcat)
This is a simple web application in Java with Apache Tomcat and other dependencies embedded in a JAR. This is used as showcase for root360 deployments.
git clone https://github.com/julianjupiter/java-web-app-with-embedded-tomcat
cd simple-java-web-app
mvn clean package && java -jar ./target/java-web-app-with-embedded-tomcat-1.0.0-SNAPSHOT.jar
Open your browser: http://localhost:8080/app
- build app
git clone https://github.com/julianjupiter/java-web-app-with-embedded-tomcat cd simple-java-web-app bash release.sh - upload generated jar file to Github Releases