Re: Websocket Ubuntu 14.04 Apache2 2.4 Tomcat 8.0.9

2014-08-28 Thread PLA
Chris, I added the trailing slash at one point after reading this: http://stackoverflow.com/a/22873747/4046 I took the trailing slash off in one of my iterations. It is now: ProxyPass /RealTime/chatws://LOCALTOMCAT:8080/RealTime/chat ProxyPassReverse /RealTime/chatws://LOCALT

Re: Websocket Ubuntu 14.04 Apache2 2.4 Tomcat 8.0.9

2014-08-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Patrick, On 8/28/14, 10:54 AM, Patrick L Archibald (PLA) ☮ wrote: > Thanks for the reply. > > I mentioned the AJP connector just for completeness. It doesn't > have anything to do with websockets since I'm using > mod_proxy_wstunnel. > > Good to k

Re: Websocket Ubuntu 14.04 Apache2 2.4 Tomcat 8.0.9

2014-08-28 Thread Mark Thomas
On 28/08/2014 17:51, Patrick L Archibald (PLA) ☮ wrote: > Chris, > > Got it working. It was a authentication issue. I assume ws and wss > protocol does not handle authentication. I unprotected /RealTime/chat > and it works. Woohoo! > > So, I guess I'll need to roll a token routine to ensure trans

Re: Websocket Ubuntu 14.04 Apache2 2.4 Tomcat 8.0.9

2014-08-28 Thread PLA
Chris, Got it working. It was a authentication issue. I assume ws and wss protocol does not handle authentication. I unprotected /RealTime/chat and it works. Woohoo! So, I guess I'll need to roll a token routine to ensure transactions coming over the unprotected source are legit. Thanks, PLA --

Re: Websocket Ubuntu 14.04 Apache2 2.4 Tomcat 8.0.9

2014-08-28 Thread PLA
Chris, Thanks for the reply. I mentioned the AJP connector just for completeness. It doesn't have anything to do with websockets since I'm using mod_proxy_wstunnel. Good to know that I don't have to go wss between Apache and Tomcat on my internal network. ws and wss in my ProxyPass statements f

Re: Websocket Ubuntu 14.04 Apache2 2.4 Tomcat 8.0.9

2014-08-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Patrick, On 8/27/14, 10:12 PM, Patrick L Archibald (PLA) ☮ wrote: > I have a websocket app that works fine on Tomcat. I can not get it > configured to run behind Apache2 web server. Apache2 is configured > with SSL and LDAP basic authentication an

Websocket Ubuntu 14.04 Apache2 2.4 Tomcat 8.0.9

2014-08-27 Thread PLA
Hi, I have a websocket app that works fine on Tomcat. I can not get it configured to run behind Apache2 web server. Apache2 is configured with SSL and LDAP basic authentication and uses AJP13 to talk to Tomcat. All are running fine except for this new websocket app. I can run this curl command.