On Wed, Jul 4, 2018 at 3:29 AM marcolinuz < [email protected]> wrote:
> Hi again vink, > > I'm going to update to 0.9.14 just in case. > How can I verify websockets connections? > > There are several ways to verify - here are two I can think of: - In the Tomcat logs (usually catalina.out), when you connect, if you are not using WebSockets you will see a warning message that the connection is falling back to HTTP. - You can look in the developer console in Chrome or Firefox, on the Network tab. You should see the attempt to connect to the websocket tunnel endpoint, and it will either succeed or fail depending on the availability of WS. Make sure you're using Tomcat later than 7.0.37, or another Java application server that supports WebSockets. -Nick
