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/geronimo-web.xml | 32 +++++++++++++++++ .../src/main/webapp/WEB-INF/web.xml | 41 ++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 sca-java-1.x/branches/sca-java-1.5/samples/calculator-webapp/src/main/webapp/WEB-INF/geronimo-web.xml create mode 100644 sca-java-1.x/branches/sca-java-1.5/samples/calculator-webapp/src/main/webapp/WEB-INF/web.xml (limited to 'sca-java-1.x/branches/sca-java-1.5/samples/calculator-webapp/src/main/webapp/WEB-INF') diff --git a/sca-java-1.x/branches/sca-java-1.5/samples/calculator-webapp/src/main/webapp/WEB-INF/geronimo-web.xml b/sca-java-1.x/branches/sca-java-1.5/samples/calculator-webapp/src/main/webapp/WEB-INF/geronimo-web.xml new file mode 100644 index 0000000000..0373937df2 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.5/samples/calculator-webapp/src/main/webapp/WEB-INF/geronimo-web.xml @@ -0,0 +1,32 @@ + + + + + + + org.apache.tuscany.sca + sample-calculator-webapp + 1.5-SNAPSHOT + war + + + diff --git a/sca-java-1.x/branches/sca-java-1.5/samples/calculator-webapp/src/main/webapp/WEB-INF/web.xml b/sca-java-1.x/branches/sca-java-1.5/samples/calculator-webapp/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..b5a828d55b --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.5/samples/calculator-webapp/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,41 @@ + + + + + + + Apache Tuscany Calculator Web Service Sample + + + tuscany + org.apache.tuscany.sca.host.webapp.TuscanyServletFilter + + + + tuscany + /* + + + + calc.jsp + + + -- cgit v1.2.3