Skip to content

AtmosphereServlet30 for Servlet 3.0 Container ONLY

Jeanfrancois Arcand edited this page Oct 21, 2013 · 3 revisions

This apply only to Atmosphere 1.0.x. For 2.0.x, see this

If your planning to deploy Atmosphere in Servlet 3.0 only Container, you can use the AtmosphereServlet30 instead of AtmosphereServlet:

    <servlet>
        <description>AtmosphereServlet</description>
        <servlet-name>AtmosphereServlet</servlet-name>
        <servlet-class>org.atmosphere.cpr.AtmosphereServlet30</servlet-class>
        <async-supported>true</async-supported>

Atmosphere will use the Servlet 3.0 Async API and will not attempts to use any native implementation like CometSupport, Grizzly Comet etc.

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