From 3fc698c7d36d2e2e42fdceef305a00f3e309e229 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Tue, 2 Dec 2008 16:26:26 +0000 Subject: [PATCH] disable eepsite webapps by default --- installer/resources/jetty.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/installer/resources/jetty.xml b/installer/resources/jetty.xml index 038647d1cc..b55831e744 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> + --> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> -- GitLab