Re: Tomcat 7.0.68 - using websocket @ServerEndpoint to listen on alternate port

2016-03-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luigi, On 3/24/16 3:46 PM, Luigi Suardi wrote: > Hi Chris. > > You are right. After opening a dedicated port for my Tomcat > instance all is working fine. My servlet code (Jersey resources and > ServerEndpoints) does not reference any port. Client

Re: Tomcat 7.0.68 - using websocket @ServerEndpoint to listen on alternate port

2016-03-24 Thread Luigi Suardi
, Luigi -Original Message- From: Christopher Schultz Sent: Thursday, March 24, 2016 1:33 PM To: Tomcat Users List Subject: Re: Tomcat 7.0.68 - using websocket @ServerEndpoint to listen on alternate port Luigi, On 3/23/16 12:26 PM, Luigi Suardi wrote: I have a working websocket based

Re: Tomcat 7.0.68 - using websocket @ServerEndpoint to listen on alternate port

2016-03-24 Thread Christopher Schultz
Luigi, On 3/23/16 12:26 PM, Luigi Suardi wrote: > I have a working websocket based application based on Tomcat 7.0.68 > examples in my local environment. There are issues (i.e. > java.lang.UnsupportedOperationException: HTTP upgrade is not > supported by the AJP protocol) when running the same

Tomcat 7.0.68 - using websocket @ServerEndpoint to listen on alternate port

2016-03-23 Thread Luigi Suardi
Hello Tomcat Users, I have a working websocket based application based on Tomcat 7.0.68 examples in my local environment. There are issues (i.e.  java.lang.UnsupportedOperationException: HTTP upgrade is not supported by the AJP protocol) when running the same in a data center with an Apache web