From eed639ccf7fd95e0b31caf61787126e69592f207 Mon Sep 17 00:00:00 2001 From: ramkumar Date: Tue, 2 Dec 2008 11:17:24 +0000 Subject: Branch for 1.4 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722428 13f79535-47bb-0310-9956-ffa450edef68 --- .../webapp/META-INF/sca-deployables/web.composite | 33 ++++++++++++++ .../src/main/webapp/WEB-INF/web.xml | 52 ++++++++++++++++++++++ .../helloworld-servlet/src/main/webapp/hello.html | 46 +++++++++++++++++++ 3 files changed, 131 insertions(+) create mode 100644 branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite create mode 100644 branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/WEB-INF/web.xml create mode 100644 branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/hello.html (limited to 'branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp') diff --git a/branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite b/branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite new file mode 100644 index 0000000000..23fd33a408 --- /dev/null +++ b/branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/WEB-INF/web.xml b/branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..28cfdd3f6c --- /dev/null +++ b/branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,52 @@ + + + + + + Apache Tuscany Helloworld Servlet Sample + + + tuscany + org.apache.tuscany.sca.host.webapp.TuscanyServletFilter + + + + tuscany + /* + + + + HelloworldServlet + sample.HelloworldServlet + + + + HelloworldServlet + /HelloworldServlet + + + + hello.html + + + diff --git a/branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/hello.html b/branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/hello.html new file mode 100644 index 0000000000..c4484916aa --- /dev/null +++ b/branches/sca-java-1.4/samples/helloworld-servlet/src/main/webapp/hello.html @@ -0,0 +1,46 @@ + + + + +Apache Tuscany Helloworld Servlet Sample + + + + +

Apache Tuscany Helloworld Servlet Sample

+ +
+ + + + + + + + +
Enter your name: + +
+ +
+
+ + + \ No newline at end of file -- cgit v1.2.3