Re: How do I ensure that the sample guacamole I use is using websockets and not ajax (XMLHttpRequest) ?

2017-09-05 Thread Mike Jumper
On Tue, Sep 5, 2017 at 5:32 AM, odonya wrote: > I set up sample guacamole ... Are you referring to the mainline Guacamole web application, or to a web application leveraging the Guacamole API? - Mike

Re: How do I ensure that the sample guacamole I use is using websockets and not ajax (XMLHttpRequest) ?

2017-09-05 Thread Nick Couchman
If you look at the catalina.out file from Tomcat, or the matching file from any other Java application server, you'll see a warning at the time of connection if it's using HTTP instead of Websocket for the tunnel.  If you see this warning then you need to make sure that you have properly configu

How do I ensure that the sample guacamole I use is using websockets and not ajax (XMLHttpRequest) ?

2017-09-05 Thread odonya
I set up sample guacamole and it seems to be using ajax (XMLHttpRequest) and not websockets, how can I ensure that I am using websockets? I can tell it is using ajax because I am seeing so many XHR calls on the browser console. -- Sent from: http://apache-guacamole-incubating-users.2363388.n4.n