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