Skip to content

Tomcat WebSockets issues and workaround

Jeanfrancois Arcand edited this page Sep 9, 2013 · 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 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

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