Tomcat WebSockets issues and workaround - Atmosphere/atmosphere GitHub Wiki

The Tomcat WebSocket implementation is new and contains some issues. If you are using Atmosphere 1.0.0, make sure you read the following:

Connection gets closed after 20000 Workaround: Increase the value of connectionTimeout of the connector in server.xml Fixed in Tomcat 7.0.30 and up.

Sporadic NPE Workaround: No workaround, Atmosphere will handle the disconnection and recover from it)

ClassCastException with Spring Workaround: Upgrade Atmosphere 2.0.0

Firefox 10, Safari 5.x doesn't work with Tomcat 7.0.27 and up

onDisconnect not called on Win X64

NIO Thread locked

WebSocket locked