I'm seeing an issue when using a ServletContextListener on Tomcat 6.0.13.
Tomcat is triggering the contextInitialized method at startup but then
shortly after fires off the contextDestroyed method, followed by the
contextInitialized again. Is this normal behaviour or have I screwed
something up the config? 

Here are the relevant bits of my logs :

Mar 29, 2008 8:49:13 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.13
 INFO [main] - Context initialised
 INFO [main] - Context initialised
 INFO [main] - Loading spring configuration stuff.
 INFO [main] - Loading spring configuration stuff.

Mar 29, 2008 8:49:30 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 17122 ms
 INFO [http-8080-1] - Context destoyed and threads interupted
 INFO [http-8080-1] - Context destoyed and threads interupted

Mar 29, 2008 8:49:30 PM org.apache.catalina.core.StandardContext reload
INFO: Reloading this Context has started
 INFO [http-8080-1] - Context initialised
 INFO [http-8080-1] - Context initialised
 INFO [http-8080-1] - Loading spring configuration stuff.
 INFO [http-8080-1] - Loading spring configuration stuff.


-- 
View this message in context: 
http://www.nabble.com/ServletContextListener-Query-tp16368464p16368464.html
Sent from the Tomcat - User mailing list archive at Nabble.com.

Reply via email to