From: rjung Date: Thu, 22 Apr 2010 13:27:38 +0000 (+0000) Subject: Add docs about VirtualWebappLoader. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=90fa696a5bc2b907ef6efb1983c5056710228ed7;p=tomcat7.0 Add docs about VirtualWebappLoader. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@936837 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/loader.xml b/webapps/docs/config/loader.xml index 19af2d3a3..635c9b19b 100644 --- a/webapps/docs/config/loader.xml +++ b/webapps/docs/config/loader.xml @@ -140,6 +140,36 @@ + + +

This implementation of Loader is + org.apache.catalina.loader.VirtualWebappLoader. + It extends WebappLoader and supports the following + additional attributes

+ + + + +

Additional repositories to search for resources. + Multiple elements can be joined using ; + as a separator.

+

Example: virtualClasspath="${catalina_base}/myapp_config"

+
+ + +

Set to true if you want the virtual + class path to be searched before + WEB-INF/classes and WEB-INF/lib. + Default value is false.

+

If searched before, resources located in the virtual + class path take precendence over resources with the same + name contained in the webapp.

+
+ +
+ +
+