Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 431 Bytes

File metadata and controls

23 lines (15 loc) · 431 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-1.0/

Done!