IDEMPIERE-175 Atmosphere server push. Fixed startup warning.

This commit is contained in:
Heng Sin Low 2013-01-06 09:17:06 +08:00
parent 5fa0eb06de
commit f0b547815f
1 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,14 @@
<param-name>org.atmosphere.cpr.AtmosphereHandler.contextRoot</param-name>
<param-value>/zkau/comet</param-value>
</init-param>
<init-param>
<param-name>org.atmosphere.cpr.broadcasterCacheClass</param-name>
<param-value>org.atmosphere.cache.HeaderBroadcasterCache</param-value>
</init-param>
<init-param>
<param-name>org.atmosphere.cpr.AtmosphereInterceptor</param-name>
<param-value>org.atmosphere.client.TrackMessageSizeInterceptor</param-value>
</init-param>
<load-on-startup>0</load-on-startup>
<!-- Remove async-supported if you are not using Servlet 3.0 -->
<async-supported>true</async-supported>