My WebSocket connection is closing briefly after opening because I have
Apache httpd on port 80 with mod_jk running in front of my Tomcat instance
on port 8080. When I connect directly on 8080 to Tomcat the WebSocket app
works. 

What is the recommended configuration to allow a WebSocket app to run
through Apache to Tomcat and/or how do you adjust mod_jk to allow the
WebSocket connection? I basically want to do what most do... send Java
traffic to the web app container and serve static content via Apache - but
now there is a 3rd element, a WebSocket connection - so how do you configure
this through Apache?

Thanks! 




--
View this message in context: 
http://tomcat.10.n6.nabble.com/Tomcat7-WebSocket-mod-jk-tp4986848.html
Sent from the Tomcat - User mailing list archive at Nabble.com.

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

Reply via email to