These are the events the server receives. I replaced the default AtmosphereResourceEventListener with an WebSocketEventListener to get additional information. All events that are only received by the WebSocketEventListener have the prefix "WebSocketevent-". [Navigate to site] WebSocketEvent-onConnect onBroadcast [Activate offline mode] onDisconnect WebSocketEvent-onDisconnect [Reload page] WebSocketEvent-onConnect (some other unrelated log entries) ... onBroadcast [Disable offline mode] 2015-08-26 14:04:36,018 WARN 3520 --- [p2050191895-200] org.atmosphere.cpr.DefaultBroadcaster : Duplicate resource 7cd4925e-82de-42fb-b2df-254bf6b60c8e. Could be caused by a dead connection not detected by your server. Replacing the old one with the fresh one onDisconnect WebSocketEvent-onDisconnect WebSocketEvent-onConnect onDisconnect WebSocketEvent-onDisconnect WebSocketEvent-onConnect 2015-08-26 14:04:41,066 WARN 3520 --- [tp2050191895-48] org.atmosphere.cpr.DefaultBroadcaster : Duplicate resource 7cd4925e-82de-42fb-b2df-254bf6b60c8e. Could be caused by a dead connection not detected by your server. Replacing the old one with the fresh one onDisconnect WebSocketEvent-onDisconnect ...