diff options
author | fmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-04 14:59:39 +0000 |
---|---|---|
committer | fmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-04 14:59:39 +0000 |
commit | 656e1d2aaa6f4782609af6379fa01cdf43119a80 (patch) | |
tree | bccfacab7916e4da1fdb4f933b3f68377b5025e6 | |
parent | ac28e63902f8513a4d10ef34a3e4a33844c390f5 (diff) |
Fixed comet sample.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982282 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/contrib/samples/stock-comet/src/main/webapp/WEB-INF/web.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 index f871d99a3b..cf792265da 100644 --- 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 @@ -20,6 +20,7 @@ <filter> <filter-name>tuscany</filter-name> <filter-class>org.apache.tuscany.sca.host.webapp.TuscanyServletFilter</filter-class> + <async-supported>true</async-supported> </filter> <filter-mapping> |