From 90fa696a5bc2b907ef6efb1983c5056710228ed7 Mon Sep 17 00:00:00 2001 From: rjung Date: Thu, 22 Apr 2010 13:27:38 +0000 Subject: [PATCH] Add docs about VirtualWebappLoader. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@936837 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/loader.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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.

+
+ +
+ +
+ -- 2.11.0