Skip to content

Forcing Servlet 3.0 and WebSocket AsyncSupport

martin-g edited this page Apr 24, 2013 · 2 revisions

To force Atmosphere to install AsyncSupport with WebSocket and Servlet 3.0, just add in web.xml

<init-param>
       <param-name>org.atmosphere.useWebSocketAndServlet3</param-name>
       <param-value>true</param-value>
</init-param>

Step by Step Tutorials

Concepts & Architecture

15 Minutes Tutorial

Advanced Topics

API

Known WebServer Issues

References

External Documentations

githalytics.com alpha

Clone this wiki locally