2013/1/10 Radek Szamrej <rstechnol...@gmail.com>:
> Hi,
>
> I believe it's a generic Tomcat question:
>
> How can I configure / modify AutoDeploy interval (delay / frequency).
>
> It is taking too much time form WAR being copied until Tomcat recognizes it
> and the application is redeployed / reinitialized.
>
> I would preferably like to reduce this delay to under 1 second.
>
> Tomcat 6.0.35; OS: Win7-64, JRE 1.6.x;
>

Autodeployment is performed by background thread of a Host. See its
configuration reference if you want to tune its delays. By default it
runs every 10 seconds.

Instead of playing with the delays I'd suggest you to leverage either
the Manager application or JMX. The Manager app protects the webapp
that it uploads from being (auto)deployed too early and it triggers
its deployment immediately upon upload, not relying on autodeploy.

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

Reply via email to