From 99c84ecb04bd67442f5dae7760cb45e61460c20d Mon Sep 17 00:00:00 2001 From: markt Date: Fri, 24 Apr 2009 15:44:42 +0000 Subject: [PATCH] WebappLoader expects loaderClass to be an instance of o.a.c.loader.WebappClassloader so add that to the docs git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@768335 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/loader.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapps/docs/config/loader.xml b/webapps/docs/config/loader.xml index 4eaa1ef6a..fb2d1b135 100644 --- a/webapps/docs/config/loader.xml +++ b/webapps/docs/config/loader.xml @@ -122,6 +122,8 @@

Java class name of the java.lang.ClassLoader implementation class to use. If not specified, the default value is + org.apache.catalina.loader.WebappClassLoader. Custom + loaderClass implementations must extend org.apache.catalina.loader.WebappClassLoader.

-- 2.11.0