I am deploying an unpacked webapp directory to TOMCAT_HOME/webapps/myapp, If i (stop and) start tomcat then my application runs fine and the logging works fine. However if i stop the application (successfully, it seems) and restart it using Tomcats manager app then I get the following error:
Configuration details --------------------- Tomcat 5.5.17 Windows XP
I am using server-minimal.xml I have a context.xml in my webapp's META-INF dir I have an application specific log4j.properties file in my webapps WEB-INF/classes dir I have an log4j.properties file in TOMCAT_HOME/common/classes
The closest I can find on the web to my problems are the following threads but there is no clear solution in my situation
This is especially strange because the configuration must have been correct initially in order for everything to work in the first instance. So what changes when an application is stopped and started in order to cause this error?
I have run out of things to check now, can anybody suggest any more leads?
--------------------------------------------------------------------- To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)