2013/11/5 James H. H. Lampert <jam...@touchtonecorp.com>:
> Running Tomcat 7.0.25 on an AS/400
>
> Would anybody happen to know why a running Tomcat server would evidently
> re-extract a WAR file without being told to do so (and getting rid of some
> things manually added to the context directory in the process!), apparently
> in response to Daylight Saving Time ending?
>


If you run with <Host autoDeploy="true"/> then ~every 10 seconds
Tomcat checks whether the war file is newer than the directory that
was created when extracting the war file.  If it is then a
redeployment happens.  You should be able to see deployment /
undeployment messages in the logs.

Maybe the check was performed during the DST change and the times for
one web application were inconsistent. Do you need autoDeploy="true"
if you manually modify the deployed applications?

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to