Re: Websocket Ubuntu 14.04 Apache2 2.4 Tomcat 8.0.9

2014-08-28 Thread PLA
://LOCALTOMCAT:8080/RealTime/chat Thanks, PLA - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

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

Re: Websocket Ubuntu 14.04 Apache2 2.4 Tomcat 8.0.9

2014-08-28 Thread PLA
Pass statements fail the same way. I am authenticated when I perform my test. It is as if Apache is ignoring the ProxyPass and processing "wss://" as a "http:// GET". Here is a log snippet: ""GET /RealTime/chat HTTP/1.1" 401". Thanks, PLA -

Websocket Ubuntu 14.04 Apache2 2.4 Tomcat 8.0.9

2014-08-27 Thread PLA
org/bugzilla/show_bug.cgi?id=55320 Any other suggestion are welcome. Thanks in advance, PLA Patrick L Archibald http://PatrickArchibald.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org