Has anyone had a problem with Tomcat caching servlets?
sometimes it doesn't, sometimes it does. reloadable is set to true,
and I even reduced the Loader checkInterval to 3 (in server.xml file), it
still sometimes caches a servlet.
Here's what the snippet of server.xml that is of concern here looks like:
<Context path="/ICANON"
docBase="webapps/ICANON"
crossContext="false"
debug="0"
reloadable="true">
<Loader checkInterval="3"/>
</Context>
When I recompile a servlet that lives under
$TOMCAT_HOME/webapps/ICANON/WEB-INF/classes, it _usually_ picks up the changes
immediately. But every so often it caches the servlet, and I have to
restart Tomcat to get it out of cache.
Any help? TIA.
Jim
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]