Adding a Web Application Directory

The following XML fragment defines a base directory for adjustable web applications.

<Call name="addWebApplications">
<Arg>
<New class="com.ebd.hub.xml.NullClass"/>
</Arg>
<Arg>./webapps/</Arg>
<Arg>etc/webdefault.xml</Arg>
<Arg type="boolean">true</Arg>
</Call>

The first parameter is the possibly set virtual host for which the web application directory should be valid or the NullClass entry if the directory of the respective HTTP server is to be used.

The remaining parameters are identical to the parameters already described for adding a single web application.