From: markt
There are two ways to configure the Manager web application
-Context:
-
manager.xml context configuration file
- in the $CATALINA_HOME/conf/[enginename]/[hostname] folder.
-Context within the
- Host configuration in your Tomcat server.xml
- configuration. Here is an example:
+A default Tomcat installation includes the manager. To add an instance of the
+Manager web application Context to a new host install the
+manager.xml context configuration file in the
+$CATALINA_HOME/conf/[enginename]/[hostname] folder. Here is an
+example:
-<Context path="/manager" privileged="true"
+<Context path="/manager" debug="0" privileged="true"
docBase="/usr/local/kinetic/tomcat6/server/webapps/manager">
</Context>
-If you have Tomcat configured to support multiple virtual hosts