Does anyone know how to deploy the management application if CATALINA_BASE is set to a location other than CATALINA_HOME?
Background: Developers can install tomcat in any directory on their system. Developers work on multiple projects which can be located anywhere on their system. Our start scripts set CATALINA_BASE for each individual project. Each developer configures CATALINA_HOME for themselves. In the default installation the management application is located in $CATALINA_HOME/server/webapps directory and loaded via a relative PATH from within $TOMCAT_BASE/webapps/management.xml. It seems to me that the only way to use the management application with CATALINA_BASE different from CATALINA_HOME, would be to use an absolute path to the management application in the $CATALINA_BASE/webapps/management.xml file. Since this path would be different for each developer, then we cannot check the management.xml file into configuration management, which is a requirement. Since I am pretty new to tomcat, I would hope that I am missing something that you can point out for me. Thanks -sean --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
