Author: rjung
Date: Wed Aug 4 10:43:13 2010
New Revision: 982202
URL: http://svn.apache.org/viewvc?rev=982202&view=rev
Log:
Fix class name of default jar scanner in docs.
Modified:
tomcat/trunk/webapps/docs/config/jar-scanner.xml
Modified: tomcat/trunk/webapps/docs/config/jar-scanner.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/jar-scanner.xml?rev=982202&r1=982201&r2=982202&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/jar-scanner.xml (original)
+++ tomcat/trunk/webapps/docs/config/jar-scanner.xml Wed Aug 4 10:43:13 2010
@@ -71,7 +71,7 @@
<subsection name="Standard Implementation">
<p>The standard implementation of <strong>Jar Scanner</strong> is
- <strong>org.apache.catalina.deploy.DefaultJarScanner</strong>.
+ <strong>org.apache.tomcat.util.scan.StandardJarScanner</strong>.
It supports the following additional attributes (in addition to the
common attributes listed above):</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]