From 0bc3f46ee42ed0e2be17d4917e9608b4b09acb3b Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 25 Jul 2008 06:50:58 +0000 Subject: Tag 1.3 release git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679679 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/WEB-INF/web.xml | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 tags/java/sca/1.3/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/web.xml (limited to 'tags/java/sca/1.3/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/web.xml') diff --git a/tags/java/sca/1.3/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/web.xml b/tags/java/sca/1.3/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..3f3c92fa78 --- /dev/null +++ b/tags/java/sca/1.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