How to configure security for remote access to WebSocket

2014-12-05 Thread Des Magner
Hi I cannot access any websocket applications when my client runs on a different machine from tomcat. It works fine if everything is on the same machine but once I access from a different machine I see the error below in my Firebug console: NetworkError: 403 Forbidden -

Re: How to configure security for remote access to WebSocket

2014-12-05 Thread Daniel Mikusa
On Fri, Dec 5, 2014 at 6:21 AM, Des Magner des.mag...@gmail.com wrote: Hi I cannot access any websocket applications when my client runs on a different machine from tomcat. It works fine if everything is on the same machine but once I access from a different machine I see the error below in

Re: How to configure security for remote access to WebSocket

2014-12-05 Thread Des Magner
I checked the logs and the the request does not seem to be making it to tomcat. There is no reference to it in the access log file. It is my own server so blocking should not be an issue. I checked the firewall logs and I don't see anything, But do I need to open other ports to allow access?

Re: How to configure security for remote access to WebSocket

2014-12-05 Thread Daniel Mikusa
On Fri, Dec 5, 2014 at 9:29 AM, Des Magner des.mag...@gmail.com wrote: I checked the logs and the the request does not seem to be making it to tomcat. There is no reference to it in the access log file. That would almost certainly indicate that something is blocking it. If the request hit

Re: How to configure security for remote access to WebSocket

2014-12-05 Thread Des Magner
Yes that was it Daniel. My browser was configured with a proxy and that was what was causing the problem. Sincere Thanks Des - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: