/[Apache-SVN]/tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/context.xml
ViewVC logotype

Diff of /tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/context.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/context.xml	2005/09/23 20:05:23	291199
+++ tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/context.xml	2005/09/23 20:05:38	291200
@@ -185,6 +185,14 @@
 
       </attribute>
 
+      <attribute name="antiJARLocking" required="false">
+        <p>If true, the Tomcat classloader will take extra measures to avoid
+        JAR file locking when resources are accessed inside JARs through URLs.
+        This will impact startup time of applications, but could prove to be useful
+        on platforms or configurations where file locking can occur.
+        If not specified, the default value is <code>false</code>.</p>
+      </attribute>
+
       <attribute name="cacheTTL" required="false">
         <p>Amount of time in milliseconds between cache entries revalidation.
         If not specified, the default value is <code>5000</code> 

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26