Skip to content

zzDRT/get-started-tomcat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 30.9%
  • CSS 30.0%
  • Java 21.0%
  • HTML 18.1%