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
> my Firebug console:
>
> "NetworkError: 403 Forbidden - http://remote-host:8080/
> examples/websocket/chat"
>
>
> I have tested with all the sample websocket apps that come with tomcat and
> both with versions 7 and 8 of tomcat. I guess I need to configure some
> security constraint somewhere to allow access but I cannot find any
> documentation on it.
>

Maybe look at the access log and verify that your request is making it to
the Tomcat server.  If you're on a corporate network, your request might be
being blocked by a proxy or some other network device.

Dan


>
> Thanks
> Des
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to