2010/7/7 Rob Gosling <rob.p...@yahoo.com>: > 1) created a new CATALINA_BASE directory with the following structure: > bin > setenv.bat > conf > |- Catalina > | |- localhost > | |-admin.xml > | |-manager.xml > |-server.xml > |-tomcat-users.xml > |-web.xml
context.xml catalina.properties logging.properties are missing (catalina.policy is also missing, but is not used as you are running without a security manager) Missing logging.properties means no logging is configured. > logs > temp > webapps > work > > 3) modified admin.xml and manager.xml to point docbase back to the > $CATALINA_HOME webapp location under server/webapps/ \conf\Catalina\localhost\manager.xml contains the following line: <Context docBase="${catalina.home}/server/webapps/manager" Note, that it is ${catalina.home}, not ${catalina.base}. Thus I see no need to modify that. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org