Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 435 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 435 Bytes

DevOps-sample-java-war-hello

Sample Hello World Java application packaged as a war file

Prerequisites

  • Git
  • Java
  • Maven
  • Tomcat

Running

  1. git clone https://github.com/ramchandra-guthula/sample-java-app.git
  2. cd sample-java-app
  3. mvn package
  4. Deploy the war hello-1.0 file to tomcat webapps directory
  5. start the service and access from http://<ip address>:8080/hello-2.0/

Done!