remm 2003/11/15 01:45:35 Modified: webapps/docs/config coyote.xml defaultcontext.xml jk2.xml Log: - Document new default context attributes. - Document new Connector attribute. Revision Changes Path 1.9 +6 -0 jakarta-tomcat-catalina/webapps/docs/config/coyote.xml Index: coyote.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/coyote.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- coyote.xml 14 Sep 2003 13:15:48 -0000 1.8 +++ coyote.xml 15 Nov 2003 09:45:35 -0000 1.9 @@ -168,6 +168,12 @@ not specified, this attribute is set to 100.</p> </attribute> + <attribute name="maxPostSize" required="false"> + <p>The maximum size in bytes of the POST which will be handled by + the container FORM URL parameter parsing. If not specified, + this attribute is set to 2097152 (2 megabytes).</p> + </attribute> + <attribute name="maxSpareThreads" required="false"> <p>The maximum number of unused request processing threads that will be allowed to exist until the thread pool starts stopping the 1.5 +32 -0 jakarta-tomcat-catalina/webapps/docs/config/defaultcontext.xml Index: defaultcontext.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/defaultcontext.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- defaultcontext.xml 21 Oct 2003 00:18:25 -0000 1.4 +++ defaultcontext.xml 15 Nov 2003 09:45:35 -0000 1.5 @@ -91,6 +91,38 @@ <attributes> + <attribute name="allowLinking" required="false"> + <p>If the value of this flag is <code>true</code>, symlinks will be + allowed inside the web application, pointing to resources outside the + web application base path. If not specified, the default value + of the flag is <code>false</code>.</p> + </attribute> + + <attribute name="cacheMaxSize" required="false"> + <p>Maximum size of the static resource cache in kilobytes. + If not specified, the default value is <code>10240</code> + (10 megabytes).</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> + (5 seconds).</p> + </attribute> + + <attribute name="cachingAllowed" required="false"> + <p>If the value of this flag is <code>true</code>, the cache for static + resources will be used. If not specified, the default value + of the flag is <code>true</code>.</p> + </attribute> + + <attribute name="caseSensitive" required="false"> + <p>If the value of this flag is <code>true</code>, all case sensitivity + checks will be disabled. This should not be disabled on OSes which do + not have a case sensitive filesystem, such as Windows. If not + specified, the default value of the flag is <code>true</code>.</p> + </attribute> + <attribute name="swallowOutput" required="false"> <p>If the value of this flag is <code>true</code>, the bytes output to System.out and System.err by the web application will be redirected to 1.7 +6 -0 jakarta-tomcat-catalina/webapps/docs/config/jk2.xml Index: jk2.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/jk2.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- jk2.xml 29 Jul 2003 16:40:36 -0000 1.6 +++ jk2.xml 15 Nov 2003 09:45:35 -0000 1.7 @@ -94,6 +94,12 @@ If not specified, this attribute is set to zero (0).</p> </attribute> + <attribute name="maxPostSize" required="false"> + <p>The maximum size in bytes of the POST which will be handled by + the container FORM URL parameter parsing. If not specified, + this attribute is set to 2097152 (2 megabytes).</p> + </attribute> + <attribute name="protocol" required="true"> <p>This attribute value must be <code>AJP/1.3</code> to use the JK 2 handler.</p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]