Hello,

thank you for your answer. I wrote a */META-INF/context.xml* file with that in it:
<?xml version="1.0" encoding="UTF-8"?>
<Context path="/servlet" reloadable="true" docBase="${catalina.home}/webapps">
    <parameter>
        <name>antiJARLocking</name>
        <value>true</value>
    </parameter>
</Context>
But the problem stills.... Have I done a syntax error?


C S a écrit :
Have you tried the antiLocking options (antiJARLocking and
antiResourceLocking)? 
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html  I haven't but
they seem to speak to your problem with the left over jars



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to