</subsection>
+ <subsection name="VirtualWebappLoader Implementation">
+
+ <p>This implementation of <strong>Loader</strong> is
+ <strong>org.apache.catalina.loader.VirtualWebappLoader</strong>.
+ It extends <code>WebappLoader</code> and supports the following
+ additional attributes</p>
+
+ <attributes>
+
+ <attribute name="virtualClasspath" required="false">
+ <p>Additional repositories to search for resources.
+ Multiple elements can be joined using <code>;</code>
+ as a separator.</p>
+ <p>Example: <code>virtualClasspath="${catalina_base}/myapp_config"</code></p>
+ </attribute>
+
+ <attribute name="searchVirtualFirst" required="false">
+ <p>Set to <code>true</code> if you want the virtual
+ class path to be searched before
+ <code>WEB-INF/classes</code> and <code>WEB-INF/lib</code>.
+ Default value is <code>false</code>.</p>
+ <p>If searched before, resources located in the virtual
+ class path take precendence over resources with the same
+ name contained in the webapp.</p>
+ </attribute>
+
+ </attributes>
+
+ </subsection>
+
</section>