Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 84724 invoked from network); 22 Sep 2009 14:55:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Sep 2009 14:55:43 -0000 Received: (qmail 27735 invoked by uid 500); 22 Sep 2009 14:55:42 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 27653 invoked by uid 500); 22 Sep 2009 14:55:41 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 27642 invoked by uid 99); 22 Sep 2009 14:55:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Sep 2009 14:55:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Sep 2009 14:55:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2C24223888E9; Tue, 22 Sep 2009 14:55:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r817686 - /tomcat/trunk/webapps/docs/config/systemprops.xml Date: Tue, 22 Sep 2009 14:55:18 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090922145518.2C24223888E9@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: markt Date: Tue Sep 22 14:55:17 2009 New Revision: 817686 URL: http://svn.apache.org/viewvc?rev=817686&view=rev Log: Remove the system properties the refactoring made unnecessary Modified: tomcat/trunk/webapps/docs/config/systemprops.xml Modified: tomcat/trunk/webapps/docs/config/systemprops.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/systemprops.xml?rev=817686&r1=817685&r2=817686&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/systemprops.xml (original) +++ tomcat/trunk/webapps/docs/config/systemprops.xml Tue Sep 22 14:55:17 2009 @@ -94,32 +94,6 @@ true will be used.

- -

When scanning the class path for TLDs, should Jasper scan all JAR files - in the classpath, including those provided by the web application's parent - clasloaders? This is intended for sharing tag libraries between multiple - web applications by making the JAR available via the common or shared - classloader. If not specified, the default value of true will - be used.

-
- - -

When scanning the class path for TLDs, should Jasper scan all files - as if they are JAR files even if they do not have a .jar file extension? - This is intended for use in embedded environments where custom - classloaders allow for archives on the classpath with non-standard file - extensions. If not specified, the default value of false will - be used.

-
- - -

When scanning the class path for TLDs, should Jasper scan all - directories as if they are unpacked JAR files? This is intended for use in - embedded environments where custom classloaders allow for directories - representing unpacked WAR files on the classpath. If not specified, the - default value of false will be used.

-
-

If true, any tag buffer that expands beyond org.apache.jasper.Constants.DEFAULT_TAG_BUFFER_SIZE will be --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org