You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2009/09/22 16:55:18 UTC

svn commit: r817686 - /tomcat/trunk/webapps/docs/config/systemprops.xml

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 @@
       <code>true</code> will be used.</p>
     </property>
 
-    <property name="org.apache.jasper.compiler. TldLocationsCache.SCAN_CLASSPATH">
-      <p>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 <code>true</code> will
-      be used.</p>
-    </property>
-
-    <property name="org.apache.jasper.compiler. TldLocationsCache.SCAN_ALL_FILES">
-      <p>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 <code>false</code> will
-      be used.</p>
-    </property>
-
-    <property name="org.apache.jasper.compiler. TldLocationsCache.SCAN_ALL_DIRS">
-      <p>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 <code>false</code> will be used.</p>
-    </property>
-
     <property name="org.apache.jasper.runtime. BodyContentImpl.LIMIT_BUFFER">
       <p>If <code>true</code>, any tag buffer that expands beyond
       <code>org.apache.jasper.Constants.DEFAULT_TAG_BUFFER_SIZE</code> will be



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