From 1cdd76268de902fb7159b206f9e2bdaf9519c801 Mon Sep 17 00:00:00 2001 From: fmoga Date: Tue, 27 Jul 2010 15:16:56 +0000 Subject: - Added sources of the first version git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979743 13f79535-47bb-0310-9956-ffa450edef68 --- .../stock-comet/src/main/webapp/WEB-INF/web.xml | 66 ++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 sca-java-2.x/contrib/samples/stock-comet/src/main/webapp/WEB-INF/web.xml (limited to 'sca-java-2.x/contrib/samples/stock-comet/src/main/webapp/WEB-INF/web.xml') diff --git a/sca-java-2.x/contrib/samples/stock-comet/src/main/webapp/WEB-INF/web.xml b/sca-java-2.x/contrib/samples/stock-comet/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..4a534c043d --- /dev/null +++ b/sca-java-2.x/contrib/samples/stock-comet/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,66 @@ + + + + + Apache Tuscany Stock Comet Sample + + + org.apache.tuscany.sca.host.webapp.TuscanyContextListener + + + + CometServlet + CometServlet + org.atmosphere.cpr.MeteorServlet + true + + org.atmosphere.servlet + sample.CometServlet + + + org.apache.tuscany.comet.scope + request + + + + + 0 + + + CometServlet + /comet + + + + index.html + + + -- cgit v1.2.3