disable eepsite webapps by default

This commit is contained in:
zzz
2008-12-02 16:26:26 +00:00
parent 15596c9230
commit 3fc698c7d3

View File

@ -58,7 +58,7 @@
<!-- Add a AJP13 listener on port 8009 --> <!-- Add a AJP13 listener on port 8009 -->
<!-- This protocol can be used with mod_jk in apache, IIS etc. --> <!-- This protocol can be used with mod_jk in apache, IIS etc. -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- <!-- UNCOMMENT TO ACTIVATE
<Call name="addListener"> <Call name="addListener">
<Arg> <Arg>
<New class="org.mortbay.http.ajp.AJP13Listener"> <New class="org.mortbay.http.ajp.AJP13Listener">
@ -87,12 +87,14 @@
<!-- + Upack the war file --> <!-- + Upack the war file -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<Set name="rootWebApp">root</Set> <Set name="rootWebApp">root</Set>
<!-- UNCOMMENT TO ACTIVATE
<Call name="addWebApplications"> <Call name="addWebApplications">
<Arg></Arg> <Arg></Arg>
<Arg>./eepsite/webapps/</Arg> <Arg>./eepsite/webapps/</Arg>
<Arg></Arg> <Arg></Arg>
<Arg type="boolean">true</Arg> <Arg type="boolean">true</Arg>
</Call> </Call>
-->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->