Skip to content

Forcing jsr356 WebSocket Support

Jeanfrancois Arcand edited this page Feb 13, 2014 · 1 revision

If you want to force the use of jsr356 with Tomcat 7, Jetty 9.1.x or GlassFish 4, just add

       <init-param>
               <param-name>org.atmosphere.useNative</param-name>
               <param-value>false</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