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 Tomcat and Tomcat were the one telling you that access was
denied, you would have a line in the access log.


> It is my own server so blocking should not be an issue. I checked the
> firewall logs and I don't see anything,


Look at your browser or OS and see if it's configured to use a proxy.  If
it is, perhaps look at excluding the IP address of your server so that
requests to it do not go through the proxy.


> But do I need to open other ports to allow access? My understanding is
> that with Websocket everything gets tunnelled through port 8080?
>

You shouldn't need to open any additional ports, everything will go on your
HTTP port.

Dan



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

Reply via email to