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/04/24 17:44:42 UTC

svn commit: r768335 - /tomcat/trunk/webapps/docs/config/loader.xml

Author: markt
Date: Fri Apr 24 15:44:42 2009
New Revision: 768335

URL: http://svn.apache.org/viewvc?rev=768335&view=rev
Log:
WebappLoader expects loaderClass to be an instance of o.a.c.loader.WebappClassloader so add that to the docs

Modified:
    tomcat/trunk/webapps/docs/config/loader.xml

Modified: tomcat/trunk/webapps/docs/config/loader.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/loader.xml?rev=768335&r1=768334&r2=768335&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/loader.xml (original)
+++ tomcat/trunk/webapps/docs/config/loader.xml Fri Apr 24 15:44:42 2009
@@ -122,6 +122,8 @@
       <attribute name="loaderClass" required="false">
         <p>Java class name of the <code>java.lang.ClassLoader</code>
         implementation class to use.  If not specified, the default value is
+        <code>org.apache.catalina.loader.WebappClassLoader</code>. Custom
+        <strong>loaderClass</strong> implementations must extend
         <code>org.apache.catalina.loader.WebappClassLoader</code>.</p>
       </attribute>
 



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