Re: ServletContextListener Query

2008-03-31 Thread Sparecreative
Len, you are a genius (in my kitchen anyway). That's exactly the issue. I just checked. I had it set to reload during development, but we don't need it anymore. Thanks again. Z. Len Popp wrote: The key is this line: INFO: Reloading this Context has started It looks like the webapp is

Re: ServletContextListener Query

2008-03-30 Thread Sparecreative
-on-startup /servlet shy away from these 2.3 Servlet listeners which do not understand load-on-startup parameter a.. BEA WebLogic up to 8.1 SP2 b.. IBM WebSphere 5.x c.. Oracle OC4J 9.0.3 Anyone else? Martin- - Original Message - From: Sparecreative [EMAIL PROTECTED

ServletContextListener Query

2008-03-29 Thread Sparecreative
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

Re: ServletContextListener Query

2008-03-29 Thread Sparecreative
The original formatting was all screwed up. My apologies. 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