I have upgraded to atmosphere-runtime-2.4.3.jar, and some minor changes to source, please refer to patch.
In Web.xml, it is configured to use servlet3 as asyncSupport, I have try to use Jetty websocket as asyncSupport, but not successful. <init-param> <param-name>org.atmosphere.cpr.asyncSupport</param-name> <param-value>org.atmosphere.container.Servlet30CometSupport</param-value> </init-param>
I am not expert for atmosphere, please help to review.
Current atmosphere library in ZK web ui:
WEB-INF/lib/atmosphere-compat-jbossweb-1.0.4.jar,\
WEB-INF/lib/atmosphere-compat-tomcat-1.0.4.jar,\
WEB-INF/lib/atmosphere-compat-tomcat7-1.0.4.jar,\
WEB-INF/lib/atmosphere-runtime-1.0.4.jar,\
It seems quite old, and binding to tomcat.
I have upgraded to atmosphere-runtime-2.4.3.jar, and some minor changes to source, please refer to patch.
In Web.xml, it is configured to use servlet3 as asyncSupport, I have try to use Jetty websocket as asyncSupport, but not successful.
<init-param>
<param-name>org.atmosphere.cpr.asyncSupport</param-name>
<param-value>org.atmosphere.container.Servlet30CometSupport</param-value>
</init-param>
I am not expert for atmosphere, please help to review.