dont list an explicit webdefault.xml (use the default)
This commit is contained in:
@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user