I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit d9f0a0fd authored by jrandom's avatar jrandom Committed by zzz
Browse files

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

parent d20d043e
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment