Author: markt
Date: Wed Jul 10 19:49:53 2013
New Revision: 1501939
URL: http://svn.apache.org/r1501939
Log:
Ensure the log4j v2 jars are scanned
Patch provided by Nick Williams.
Modified:
tomcat/trunk/conf/catalina.properties
Modified: tomcat/trunk/conf/catalina.properties
URL:
http://svn.apache.org/viewvc/tomcat/trunk/conf/catalina.properties?rev=1501939&r1=1501938&r2=1501939&view=diff
==============================================================================
--- tomcat/trunk/conf/catalina.properties (original)
+++ tomcat/trunk/conf/catalina.properties Wed Jul 10 19:49:53 2013
@@ -115,7 +115,7 @@ junit.jar,junit-*.jar,ant-launcher.jar
# has been excluded by a broad file name pattern in the jarsToSkip list.
# The list of JARs to scan may be over-ridden at a Context level for individual
# scan types by configuring a JarScanner with a nested JarScanFilter.
-tomcat.util.scan.StandardJarScanFilter.jarsToScan=
+tomcat.util.scan.StandardJarScanFilter.jarsToScan=log4j-core*.jar,log4j-taglib*.jar
# String cache configuration.
tomcat.util.buf.StringCache.byte.enabled=true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]