You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Nitin Patidar <ni...@gmail.com> on 2017/01/11 16:22:32 UTC

[users@httpd] WebSocket support for Tomcat + mod_jk + apache HTTP server

Hi,

We are using Apache *Tomcat 8 *(as backend server), *mode_jk* (as
connector) and *Apache HTTP Server 2.2.16* (as front end server) for our
product.
We want to use WebSocket which works fine if we directly send request to
Tomcat . But if we use Apache HTTP server (using mod_JK) between client
browser and Tomcat server then WebSocket doesn't work.
Since Apache 2.2.16 doesn't provide WebSocket support and we are not sure
whether mod_jk supports WebSocket or not. Also, We can't change connector
mod_jk.

Please suggest how to enable WebSocket support in above deployment.

Thanks.