From 5129cb0d08494ceee4e04d051aa32398a1758828 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 1 Mar 2011 19:35:57 +0000 Subject: [PATCH] RAP Tomcat deployment git-svn-id: https://svn.argeo.org/commons/trunk@4255 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../org.argeo.eclipse.dep.rap/pom.xml | 28 ++++++++----------- gis/runtime/org.argeo.gis.geotools/pom.xml | 7 ++++- .../dep/org.argeo.security.dep.node/pom.xml | 5 ++++ .../plugins/org.argeo.security.ui.rap/pom.xml | 5 ++++ .../WEB-INF/applicationContext.xml | 2 +- .../WEB-INF/web.xml | 23 ++++++--------- 6 files changed, 38 insertions(+), 32 deletions(-) diff --git a/eclipse/features/org.argeo.eclipse.dep.rap/pom.xml b/eclipse/features/org.argeo.eclipse.dep.rap/pom.xml index 2a27b523b..d8c92b521 100644 --- a/eclipse/features/org.argeo.eclipse.dep.rap/pom.xml +++ b/eclipse/features/org.argeo.eclipse.dep.rap/pom.xml @@ -33,10 +33,10 @@ javax.servlet com.springsource.javax.servlet - - org.eclipse.equinox - org.eclipse.equinox.http.jetty - + + + + org.eclipse.equinox org.eclipse.equinox.http.registry @@ -45,10 +45,6 @@ org.eclipse.equinox org.eclipse.equinox.http.servlet - org.eclipse.rap org.eclipse.rap.jface.databinding @@ -69,14 +65,14 @@ org.eclipse.rap org.eclipse.rap.ui.views - - org.mortbay.jetty - org.mortbay.jetty.server - - - org.mortbay.jetty - org.mortbay.jetty.util - + + + + + + + + org.eclipse.core org.eclipse.core.databinding diff --git a/gis/runtime/org.argeo.gis.geotools/pom.xml b/gis/runtime/org.argeo.gis.geotools/pom.xml index 92a81f8cd..c4f7a22d7 100644 --- a/gis/runtime/org.argeo.gis.geotools/pom.xml +++ b/gis/runtime/org.argeo.gis.geotools/pom.xml @@ -54,12 +54,17 @@ - + org.argeo.commons.server org.argeo.server.jcr ${version.argeo-commons} + + org.argeo.commons.security + org.argeo.security.core + ${version.argeo-commons} + diff --git a/security/dep/org.argeo.security.dep.node/pom.xml b/security/dep/org.argeo.security.dep.node/pom.xml index 4e2d71be7..008b63214 100644 --- a/security/dep/org.argeo.security.dep.node/pom.xml +++ b/security/dep/org.argeo.security.dep.node/pom.xml @@ -63,6 +63,11 @@ ${version.argeo-commons} pom + + org.argeo.commons.server + org.argeo.server.webextender + ${version.argeo-commons} + org.springframework.osgi org.springframework.osgi.web.extender diff --git a/security/plugins/org.argeo.security.ui.rap/pom.xml b/security/plugins/org.argeo.security.ui.rap/pom.xml index 067e16e15..b30b8bd2d 100644 --- a/security/plugins/org.argeo.security.ui.rap/pom.xml +++ b/security/plugins/org.argeo.security.ui.rap/pom.xml @@ -77,6 +77,11 @@ org.argeo.eclipse.dep.rap ${version.argeo-commons} + + org.argeo.commons.server + org.argeo.server.osgi.webapp + ${version.argeo-commons} + diff --git a/server/modules/org.argeo.server.osgi.webapp/WEB-INF/applicationContext.xml b/server/modules/org.argeo.server.osgi.webapp/WEB-INF/applicationContext.xml index a45053fd5..febc4b97c 100644 --- a/server/modules/org.argeo.server.osgi.webapp/WEB-INF/applicationContext.xml +++ b/server/modules/org.argeo.server.osgi.webapp/WEB-INF/applicationContext.xml @@ -6,6 +6,6 @@ http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd"> - + \ No newline at end of file diff --git a/server/modules/org.argeo.server.osgi.webapp/WEB-INF/web.xml b/server/modules/org.argeo.server.osgi.webapp/WEB-INF/web.xml index fde1ebba4..16388e449 100644 --- a/server/modules/org.argeo.server.osgi.webapp/WEB-INF/web.xml +++ b/server/modules/org.argeo.server.osgi.webapp/WEB-INF/web.xml @@ -21,11 +21,6 @@ - - - - - service org.springframework.web.servlet.DispatcherServlet @@ -42,14 +37,14 @@ - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - - springSecurityFilterChain - /* - + + + + + + + + + -- 2.30.2