From 4ef0430519e276c2bdecea75f7a0f42f49f0cf30 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:08:37 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835132 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/WEB-INF/web.xml | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 sca-java-1.x/branches/sca-java-1.5/itest/interop-soap-service/src/main/webapp/WEB-INF/web.xml (limited to 'sca-java-1.x/branches/sca-java-1.5/itest/interop-soap-service/src/main/webapp/WEB-INF/web.xml') diff --git a/sca-java-1.x/branches/sca-java-1.5/itest/interop-soap-service/src/main/webapp/WEB-INF/web.xml b/sca-java-1.x/branches/sca-java-1.5/itest/interop-soap-service/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..8cf95fb789 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.5/itest/interop-soap-service/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,51 @@ + + + + + + Tuscany Interop Test Server + + + systemScdlPath + /META-INF/sca/webapp.system.scdl + + + + applicationScdlPath + /META-INF/sca/default.scdl + + + + org.apache.tuscany.runtime.webapp.TuscanyContextListener + + + + TuscanyServlet + Tuscany Servlet + org.apache.tuscany.runtime.webapp.TuscanyServlet + + + + TuscanyServlet + /services/* + + + -- cgit v1.2.3