![]() |
![]() |
||||
The Tomcat Manager application is part of the Tomcat distribution, and provides a way to deploy, undeploy, stop/start/reload web applications and view the status of the JVM.
On most Tomcat installations, this application can be accessed at the following URL:
http://yourdomain/manager/html
If you have installed Tomcat locally, Tomcat will be running on http://127.0.0.1:8080. Therefore, your URL will be:
http://127.0.0.1:8080/manager/html
Screenshot: