> From: J Ilari Moilanen [mailto:[EMAIL PROTECTED]
> Subject: RE: preventing manifest write
>
> java.io.FileOutputStream.<init>(FileOutputStream.java:131)
> org.apache.catalina.loader.WebappClassLoader.
>   findResourceInternal(WebappClassLoader.java:1817)

The code in this area is extracting possible resources from a jar file buried 
inside the war (possibly loader.jar?).  Looks like If you move all resources to 
the WEB-INF/classes directory, Tomcat might not have to extract non-class files 
from the jars.  Similar logic appears to be in the most recent version of 
Tomcat, except that it's exercised only when antiJarLocking is true.

Your best bet may still be to find another hosting service that has some 
interest in supporting Tomcat users.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to