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: [email protected]
For additional commands, e-mail: [email protected]