disable eepsite webapps by default
This commit is contained in:
@ -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>
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
||||||
|
Reference in New Issue
Block a user