From dc97f3ef8cf530e8d72057038f9138b0eec9213d Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Sat, 13 May 2017 09:02:07 +1000 Subject: jetty.xml ready, do not force encoding in encoding servlet Signed-off-by: olivier lamy --- archiva-jetty/src/main/conf/jetty.xml | 336 +++++++++++----------------------- 1 file changed, 107 insertions(+), 229 deletions(-) (limited to 'archiva-jetty') diff --git a/archiva-jetty/src/main/conf/jetty.xml b/archiva-jetty/src/main/conf/jetty.xml index 2881f23f8..77a8abbbf 100644 --- a/archiva-jetty/src/main/conf/jetty.xml +++ b/archiva-jetty/src/main/conf/jetty.xml @@ -30,215 +30,126 @@ - - - - - - - 10 - 250 - - - + + + 10 + 200 + 60000 + false + + - - - - - + + + + + - - - - - - - 30000 - 2 - false - 8443 - 5000 - 5000 - - - + + + + + - + + + https + + 32768 + 8192 + 8192 + 512 - - - - - - - - - - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + 30000 - - - - - - - - - - - - - - - - - - /contexts - 1 - - - - - - - - - - - - - - - - - - - - - - /apps - false - true - false - - - + + - - - - - - - - - - - /request-yyyy_mm_dd.log - yyyyMMdd - 90 - true - true - false - GMT - + + + + + + + + + + + + + + - + + - - - - true - true - true - 1000 + + + + /request-yyyy_mm_dd.log + yyyyMMdd + 90 + true + true + false + GMT + + + + + + + + + + + + + /apps + + + org.eclipse.jetty.webapp.WebInfConfiguration + org.eclipse.jetty.webapp.WebXmlConfiguration + org.eclipse.jetty.webapp.MetaInfConfiguration + org.eclipse.jetty.webapp.FragmentConfiguration + org.eclipse.jetty.plus.webapp.EnvConfiguration + org.eclipse.jetty.plus.webapp.PlusConfiguration + + org.eclipse.jetty.webapp.JettyWebXmlConfiguration + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + true @@ -287,30 +198,6 @@ - - jdbc/users @@ -341,14 +228,5 @@ - -- cgit v1.2.3 From 25796870f2475ec4857d05b1c54540a6221a323e Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Sat, 13 May 2017 09:05:07 +1000 Subject: fix link Signed-off-by: olivier lamy --- archiva-jetty/src/main/conf/jetty.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'archiva-jetty') diff --git a/archiva-jetty/src/main/conf/jetty.xml b/archiva-jetty/src/main/conf/jetty.xml index 77a8abbbf..63e47195d 100644 --- a/archiva-jetty/src/main/conf/jetty.xml +++ b/archiva-jetty/src/main/conf/jetty.xml @@ -19,13 +19,13 @@ ~ under the License. --> - - - - - - - + + + + + + + @@ -49,7 +49,6 @@ - - https @@ -61,7 +58,6 @@ 8192 8192 512 - @@ -84,15 +80,17 @@ - - - - + + / + /apps/archiva + false + false + @@ -116,34 +114,6 @@ - - - - - - - - - - /apps - - - org.eclipse.jetty.webapp.WebInfConfiguration - org.eclipse.jetty.webapp.WebXmlConfiguration - org.eclipse.jetty.webapp.MetaInfConfiguration - org.eclipse.jetty.webapp.FragmentConfiguration - org.eclipse.jetty.plus.webapp.EnvConfiguration - org.eclipse.jetty.plus.webapp.PlusConfiguration - - org.eclipse.jetty.webapp.JettyWebXmlConfiguration - - - - - - - - @@ -162,24 +132,11 @@ org.eclipse.jetty.plus.webapp.EnvConfiguration org.eclipse.jetty.plus.webapp.PlusConfiguration org.eclipse.jetty.webapp.JettyWebXmlConfiguration - org.eclipse.jetty.webapp.TagLibConfiguration - - - - - - org.eclipse.jetty.webapp.WebInfConfiguration - org.eclipse.jetty.plus.webapp.EnvConfiguration - org.eclipse.jetty.webapp.Configuration - org.eclipse.jetty.webapp.JettyWebXmlConfiguration - org.mortbay.jetty.webapp.TagLibConfiguration - - @@ -227,5 +184,4 @@ - diff --git a/archiva-jetty/src/main/contexts/archiva.xml b/archiva-jetty/src/main/contexts/archiva.xml deleted file mode 100644 index 93728d8e6..000000000 --- a/archiva-jetty/src/main/contexts/archiva.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - / - /apps/archiva - - false - false - - \ No newline at end of file -- cgit v1.2.3