In org.apache.catalina.startup.HostConfig I see a variable that sets the "scan
timer" to deploy new contexts:

   /**
     * The number of seconds between checks for web app deployment.
     */
    private int checkInterval = 15;

is there a server.xml config file setting to alter this? 15 seconds is a bit
too fast...

I've noticed that if you happen to hit the URL for the context while it's
being deployed then the deployment aborts and you have to restart tomcat to be
able to start that context. Is this a known bug?

Thanks,
Adi

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to