From d232b6a46e4225ff35a0123a5f5597da7592fc38 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Fri, 12 Sep 2008 21:54:50 +0000 Subject: Creating a branch for the equinox work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694816 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/META-INF/sca-contribution.xml | 24 ++++++++++++++ .../sca-deployables/helloworldws.composite | 32 +++++++++++++++++++ .../src/main/webapp/WEB-INF/web.xml | 37 ++++++++++++++++++++++ 3 files changed, 93 insertions(+) create mode 100644 branches/sca-equinox/demos/load-balancing-webapp/src/main/webapp/META-INF/sca-contribution.xml create mode 100644 branches/sca-equinox/demos/load-balancing-webapp/src/main/webapp/META-INF/sca-deployables/helloworldws.composite create mode 100644 branches/sca-equinox/demos/load-balancing-webapp/src/main/webapp/WEB-INF/web.xml (limited to 'branches/sca-equinox/demos/load-balancing-webapp/src/main/webapp') diff --git a/branches/sca-equinox/demos/load-balancing-webapp/src/main/webapp/META-INF/sca-contribution.xml b/branches/sca-equinox/demos/load-balancing-webapp/src/main/webapp/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..11347004f9 --- /dev/null +++ b/branches/sca-equinox/demos/load-balancing-webapp/src/main/webapp/META-INF/sca-contribution.xml @@ -0,0 +1,24 @@ + + + + + \ No newline at end of file diff --git a/branches/sca-equinox/demos/load-balancing-webapp/src/main/webapp/META-INF/sca-deployables/helloworldws.composite b/branches/sca-equinox/demos/load-balancing-webapp/src/main/webapp/META-INF/sca-deployables/helloworldws.composite new file mode 100644 index 0000000000..1ab78d802d --- /dev/null +++ b/branches/sca-equinox/demos/load-balancing-webapp/src/main/webapp/META-INF/sca-deployables/helloworldws.composite @@ -0,0 +1,32 @@ + + + + + + + + + + + + diff --git a/branches/sca-equinox/demos/load-balancing-webapp/src/main/webapp/WEB-INF/web.xml b/branches/sca-equinox/demos/load-balancing-webapp/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..8d47ae2207 --- /dev/null +++ b/branches/sca-equinox/demos/load-balancing-webapp/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,37 @@ + + + + + + + Apache Tuscany Load Balancing Demo + + + tuscany + org.apache.tuscany.sca.host.webapp.TuscanyServletFilter + + + + tuscany + /* + + + -- cgit v1.2.3