From e1539a531da3192dac843520d77c8c76e407a402 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:55:07 +0000 Subject: Moving 1.x tags git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882849 13f79535-47bb-0310-9956-ffa450edef68 --- .../test/resources/app2/WEB-INF/classes/sca.module | 33 ++++++++ .../app2/WEB-INF/classes/wsdl/helloworld.wsdl | 97 ++++++++++++++++++++++ .../tomcat/src/test/resources/app2/WEB-INF/web.xml | 45 ++++++++++ .../sca/tomcat/src/test/resources/app2/index.html | 3 + 4 files changed, 178 insertions(+) create mode 100644 sca-java-1.x/tags/java-M1-20060522/java/sca/tomcat/src/test/resources/app2/WEB-INF/classes/sca.module create mode 100644 sca-java-1.x/tags/java-M1-20060522/java/sca/tomcat/src/test/resources/app2/WEB-INF/classes/wsdl/helloworld.wsdl create mode 100644 sca-java-1.x/tags/java-M1-20060522/java/sca/tomcat/src/test/resources/app2/WEB-INF/web.xml create mode 100644 sca-java-1.x/tags/java-M1-20060522/java/sca/tomcat/src/test/resources/app2/index.html (limited to 'sca-java-1.x/tags/java-M1-20060522/java/sca/tomcat/src/test/resources/app2') diff --git a/sca-java-1.x/tags/java-M1-20060522/java/sca/tomcat/src/test/resources/app2/WEB-INF/classes/sca.module b/sca-java-1.x/tags/java-M1-20060522/java/sca/tomcat/src/test/resources/app2/WEB-INF/classes/sca.module new file mode 100644 index 0000000000..90ad0d44e0 --- /dev/null +++ b/sca-java-1.x/tags/java-M1-20060522/java/sca/tomcat/src/test/resources/app2/WEB-INF/classes/sca.module @@ -0,0 +1,33 @@ + + + + + + + + + + + HelloWorld/HelloWorldService + + + + + + + diff --git a/sca-java-1.x/tags/java-M1-20060522/java/sca/tomcat/src/test/resources/app2/WEB-INF/classes/wsdl/helloworld.wsdl b/sca-java-1.x/tags/java-M1-20060522/java/sca/tomcat/src/test/resources/app2/WEB-INF/classes/wsdl/helloworld.wsdl new file mode 100644 index 0000000000..3d299481e5 --- /dev/null +++ b/sca-java-1.x/tags/java-M1-20060522/java/sca/tomcat/src/test/resources/app2/WEB-INF/classes/wsdl/helloworld.wsdl @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/java-M1-20060522/java/sca/tomcat/src/test/resources/app2/WEB-INF/web.xml b/sca-java-1.x/tags/java-M1-20060522/java/sca/tomcat/src/test/resources/app2/WEB-INF/web.xml new file mode 100644 index 0000000000..9bd3882e81 --- /dev/null +++ b/sca-java-1.x/tags/java-M1-20060522/java/sca/tomcat/src/test/resources/app2/WEB-INF/web.xml @@ -0,0 +1,45 @@ + + + + + + + org.apache.tuscany.core.webapp.ModuleComponentName + /testContext + + + TuscanyFilter + org.apache.tuscany.core.webapp.TuscanyRequestFilter + + + TuscanyFilter + TestServlet + + + org.apache.tuscany.core.webapp.TuscanyServletListener + + + TestServlet + org.apache.tuscany.tomcat.integration.TestServlet + + + TestServlet + /servlet + + diff --git a/sca-java-1.x/tags/java-M1-20060522/java/sca/tomcat/src/test/resources/app2/index.html b/sca-java-1.x/tags/java-M1-20060522/java/sca/tomcat/src/test/resources/app2/index.html new file mode 100644 index 0000000000..55ecbd81ba --- /dev/null +++ b/sca-java-1.x/tags/java-M1-20060522/java/sca/tomcat/src/test/resources/app2/index.html @@ -0,0 +1,3 @@ + +Hello World + \ No newline at end of file -- cgit v1.2.3