John Turner wrote:
I wouldn't delete "work" itself...that will probably break things.
My scripts just have:
rm -rf /usr/local/tomcat/work/*
on stop. That way, a startup is clean. Tomcat will rebuild anything it needs to build under "work". That will slow things down the first time through, however, as the cache is rebuilt. If you have to stop/start Tomcat often, there's probably something else wrong that should be investigated and resolved.
Thanks John. We have only had to restart Tomcat when adding a JAR to $CATALINA_HOME/common/lib and when we created my webapp. I will suggest to my admin that the stop script be modified thusly.
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
