I'm sorry if this has been covered before, I tried searching but didn't find anything relevant. I'm running 4 instances of tomcat, each sharing a common CATALINA_HOME but with a separate CATALINA_BASE. I created a CATALINA_BASE/conf/Catalina/localhost/manager.xml file for each instance that refers to a single copy of the manager application ( docBase="${catalina.home}/server/webapps/manager" ).
Now I am able to access the 4 managers via 4 different http connectors. However, without looking at the port number in the browser location, or knowing which applications are deployed under which instance it is very difficult to distinguish which manager is which. Is there any way to configure the manager to display a different string based on the CATALINA_BASE or the URL that is is access by something so that I can tell the managers apart? I was unable to find anything when I went searching. -Mark -- View this message in context: http://www.nabble.com/how-to-distinguish-between-managers-when-running-multiple-instances-tp14374035p14374035.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]