Sample Hello World Java application packaged as a war file
- Git
- Java
- Maven
- Tomcat
- git clone https://github.com/ramchandra-guthula/sample-java-app.git
- cd sample-java-app
- mvn package
- Deploy the war hello-1.0 file to tomcat webapps directory
- start the service and access from http://IP address:8080/hello-1.0/
Done!