You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sparecreative <zo...@sparecreative.com> on 2008/04/01 02:38:37 UTC

Re: ServletContextListener Query

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 started, and then *immediately* it's
> re-loaded & started again. Reloading happens automatically if the
> app's <Context> has the attribute reloadable=true and the app is
> modified. It could be that the timestamp on one of the app's files
> (.war, .jsp, etc.) is messed up, or the time is set wrong on the
> server.
> If you don't want automatic reloading to happen at all, remove
> reloadable=true from the <Context> element.
> -- 
> Len
> 
> 

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


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org