From 438c37f0d3b229ece69befbb370cee7993915cb3 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 27 Oct 2011 18:11:45 +0000 Subject: [MRM-1539] Upgrade to Jetty 7 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1189909 13f79535-47bb-0310-9956-ffa450edef68 --- archiva-jetty/pom.xml | 44 ++++++++++++++++++++-- archiva-jetty/src/main/conf/jetty.xml | 71 ++++++++++++++++++----------------- 2 files changed, 77 insertions(+), 38 deletions(-) (limited to 'archiva-jetty') diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index c88f31b58..390dc3358 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -52,19 +52,55 @@ ${jettyVersion} runtime - org.eclipse.jetty jetty-plus runtime + + org.eclipse.jetty + jetty-deploy + ${jettyVersion} + runtime + + + + + + org.mortbay.jetty + jsp-2.1-glassfish + 9.1.1.B60.25.p0 + runtime + + + + org.mortbay.jetty + jsp-api-2.1-glassfish + 9.1.1.B60.25.p0 + runtime + + + + org.eclipse.jdt.core.compiler + ecj + 3.7 + runtime + + org.apache.derby derby @@ -97,7 +133,7 @@ archiva - org.mortbay.start.Main + org.eclipse.jetty.start.Main conf/jetty.xml diff --git a/archiva-jetty/src/main/conf/jetty.xml b/archiva-jetty/src/main/conf/jetty.xml index 92e45b07a..04bb55818 100644 --- a/archiva-jetty/src/main/conf/jetty.xml +++ b/archiva-jetty/src/main/conf/jetty.xml @@ -1,5 +1,5 @@ - + - + @@ -36,14 +36,13 @@ - + 10 250 - 25 - + 30000 @@ -107,17 +106,17 @@ - + - + - + - + - + @@ -137,7 +136,7 @@ - + /contexts 1 @@ -160,7 +159,7 @@ - + /apps false @@ -179,7 +178,7 @@ - + /yyyy_mm_dd.request.log yyyy_MM_dd 90 @@ -242,37 +241,41 @@ + + org.eclipse.jetty.webapp.configuration + + + 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 + org.eclipse.jetty.webapp.TagLibConfiguration + + + + - org.mortbay.jetty.webapp.WebInfConfiguration - org.mortbay.jetty.plus.webapp.EnvConfiguration - org.mortbay.jetty.plus.webapp.Configuration - org.mortbay.jetty.webapp.JettyWebXmlConfiguration + 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 - - - - - - ./apps - org/mortbay/jetty/webapp/webdefault.xml - - True - False - - - + mail/Session - + @@ -286,7 +289,7 @@ - + jdbc/users @@ -297,7 +300,7 @@ - + jdbc/usersShutdown -- cgit v1.2.3