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. -->
<!-- + No virtual host specified -->
<!-- + 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 -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<Set name="rootWebApp">root</Set>
<Call name="addWebApplications">
<Arg></Arg>
<Arg>./eepsite/webapps/</Arg>
<Arg>./eepsite/webdefault.xml</Arg>
<Arg></Arg>
<Arg type="boolean">true</Arg>
</Call>