You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hu...@apache.org on 2017/12/21 14:24:43 UTC

svn commit: r1818929 - /tomcat/tc7.0.x/trunk/webapps/docs/config/loader.xml

Author: huxing
Date: Thu Dec 21 14:24:43 2017
New Revision: 1818929

URL: http://svn.apache.org/viewvc?rev=1818929&view=rev
Log:
Add documentation for jarOpenInterval attribute.

Modified:
    tomcat/tc7.0.x/trunk/webapps/docs/config/loader.xml

Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/loader.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/loader.xml?rev=1818929&r1=1818928&r2=1818929&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/config/loader.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/config/loader.xml Thu Dec 21 14:24:43 2017
@@ -138,6 +138,13 @@
         be searched first. Default value is <code>false</code>.</p>
       </attribute>
 
+      <attribute name="jarOpenInterval" required="false">
+        <p>The interval in milliseconds to keep all jar files open if no jar
+          is accessed. The default value is <code>90000</code> milliseconds.
+          A non-positive interval indicates keeping jars always open.
+        </p>
+      </attribute>
+
     </attributes>
 
   </subsection>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org