dont list an explicit webdefault.xml (use the default)

This commit is contained in:
jrandom
2004-10-03 14:04:21 +00:00
committed by zzz
parent d20d043e0f
commit d9f0a0fd74

View File

@ -83,14 +83,14 @@
<!-- Add a all web application within the webapps directory. --> <!-- Add a all web application within the webapps directory. -->
<!-- + No virtual host specified --> <!-- + No virtual host specified -->
<!-- + Look in the webapps directory relative to jetty.home or . --> <!-- + Look in the webapps directory relative to jetty.home or . -->
<!-- + Use the webdefault.xml resource for the defaults descriptor --> <!-- + Use the default webdefault.xml in jetty's install -->
<!-- + Upack the war file --> <!-- + Upack the war file -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<Set name="rootWebApp">root</Set> <Set name="rootWebApp">root</Set>
<Call name="addWebApplications"> <Call name="addWebApplications">
<Arg></Arg> <Arg></Arg>
<Arg>./eepsite/webapps/</Arg> <Arg>./eepsite/webapps/</Arg>
<Arg>./eepsite/webdefault.xml</Arg> <Arg></Arg>
<Arg type="boolean">true</Arg> <Arg type="boolean">true</Arg>
</Call> </Call>