Management interface for the tomcat container. It supports deploying, undeploying and requesting a reload without restarting the whole container.
Management interface for the tomcat container. It supports without restarting the whole container:
- list associated web applications and their status; with session if currently running
- deploying a WAR file as an upload or from the server file system
- undeploy/deleting a web application
- start and stop a web application
- request a reload
- show system and container info
The interface can be accessed through the browser, custom HTTP requests and ant tasks.