snigdharane / MyHelloWorldBluemixSnig

Created for toolchain: https://console.ng.bluemix.net/devops/toolchains/d2627fbb-bee7-44b4-9688-2fe7ac5a93a2
Apache License 2.0
0 stars 0 forks source link

Tomcat Hello World Sample

This project contains a simple servlet application.

Deploy to Bluemix

Run the app locally

  1. Install Apache Maven
    • Install Apache Tomcat
    • cd into this project's root directory
    • Run mvn clean install to build the target/TomcatHelloWorldApp.war file
    • Copy target/TomcatHelloWorldApp.war to your Tomcat's webapps folder
    • Start Tomcat by running its bin/startup.sh script
    • Access the running app in a browser at http://localhost:8080/TomcatHelloWorldApp/