Forcing Servlet 3.0 and WebSocket AsyncSupport - Atmosphere/atmosphere GitHub Wiki

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>
⚠️ **GitHub.com Fallback** ⚠️