In many production environments it is very useful to have the capability to manage your web applications without having to shut down and restart Tomcat. This document is for the HTML web interface to ...
What is a developer group? What is a Tomcat “instance”? Tomcat has the ability to run multiple “instances” from a single installation. Each instance is running in its own Java Virtual Machine (JVM), ...
At its most basic, simply place your WAR file in the webapps directory of your instance. See Deploying Applications for the details. However, if you stop here, your application will only be accessible ...