Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 63587 invoked from network); 15 Nov 2003 09:45:42 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Nov 2003 09:45:42 -0000 Received: (qmail 12656 invoked by uid 500); 15 Nov 2003 09:45:10 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 12612 invoked by uid 500); 15 Nov 2003 09:45:10 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 12599 invoked by uid 500); 15 Nov 2003 09:45:10 -0000 Received: (qmail 12596 invoked from network); 15 Nov 2003 09:45:10 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 15 Nov 2003 09:45:10 -0000 Received: (qmail 63567 invoked by uid 1135); 15 Nov 2003 09:45:35 -0000 Date: 15 Nov 2003 09:45:35 -0000 Message-ID: <20031115094535.63566.qmail@minotaur.apache.org> From: remm@apache.org To: jakarta-tomcat-catalina-cvs@apache.org Subject: cvs commit: jakarta-tomcat-catalina/webapps/docs/config coyote.xml defaultcontext.xml jk2.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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.

+ +

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).

+
+

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 @@ + +

If the value of this flag is true, 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 false.

+
+ + +

Maximum size of the static resource cache in kilobytes. + If not specified, the default value is 10240 + (10 megabytes).

+
+ + +

Amount of time in milliseconds between cache entries revalidation. + If not specified, the default value is 5000 + (5 seconds).

+
+ + +

If the value of this flag is true, the cache for static + resources will be used. If not specified, the default value + of the flag is true.

+
+ + +

If the value of this flag is true, 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 true.

+
+

If the value of this flag is true, 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).

+ +

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).

+
+

This attribute value must be AJP/1.3 to use the JK 2 handler.

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