Deploying an application with the Tomcat Manager
The Tomcat Manager application allows dynamic deployment, undeployment and stop/start of web applications.
Deploying a new application
http://yoursite/manager/html
or for a fresh, local installation of Tomcat on your home computer:
http://127.0.0.1:8080/manager/html
- In the Deploy section, there is a field called Context Path (optional):
- Enter the relative URL path to your application here. For example, if your application is installed in <webapps>/myNewApp, enter /myNewApp. If you have created a new ROOT Application, the path is simply a forward-slash /. Do not enter a filesystem path.
- Click Deploy
- A message should appear in the message section, saying:
OK - Deployed application at context path /myNewApp