From 61c9466ff91ca40f4b1ebbe670d7848e521131d7 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:08:20 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835130 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/WEB-INF/geronimo-web.xml | 33 ++++++++++++++++ .../src/main/webapp/WEB-INF/web.xml | 45 ++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml create mode 100644 sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/web.xml (limited to 'sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF') diff --git a/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml new file mode 100644 index 0000000000..b896f6b421 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml @@ -0,0 +1,33 @@ + + + + + + + org.apache.tuscany.sca + sample-helloworld-ws-service-webapp + 1.3.3-SNAPSHOT + war + + + + + diff --git a/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/web.xml b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..3f3c92fa78 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.3.3/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,45 @@ + + + + + + + Apache Tuscany HelloWorld Web Service Sample + + + org.apache.tuscany.sca.host.webapp.TuscanyContextListener + + + + TuscanyServlet + org.apache.tuscany.sca.host.webapp.TuscanyServlet + + + + TuscanyServlet + /SCA/* + + + + /SCA/HelloWorldComponent/HelloWorldService?wsdl + + + -- cgit v1.2.3