On 16/08/2013 18:08, Bob DeRemer wrote: > Hi Tomcat community, > > Has anyone had a large WS message sent as the response to an outbound > call? We have a scenario where the request causes a 300K WS message to > be sent back as the “response”. The client is sending multiple WS > continuation frames and after a couple of frames are successfully sent, > Tomcat just closes the websocket connection. I the response fits in a > single frame, it’s fine. > > Where can I look to try and troubleshoot this?
My first stop would be something like Wireshark to check that what the client is sending is valid. If the input is valid then there isn't much logging in the Tomcat 7 non-JSR356 WebSocket implementation so I'd probably move on to remote debugging to see what is going on. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
