Skip to content

Tomcat WebSockets issues and workaround

torito edited this page Oct 22, 2012 · 10 revisions

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 1.0.0-SNAPSHOT or 0.9.4

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

onDisconnect not called on Win X64

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