Apache websocket redirection to Tomcat: mod_proxy and mod_proxy_wstunnel
I am trying to redirect traffic from Apache to Tomcat by using mod_proxy and mod_proxy_wstunnel modules. HTTP traffic is redirected without problems but I am not able to successfully redirect websocket traffic with any configuration I tried so far. I am using Apache 2.4.28 and Tomcat 8.5.13 I must say when I use Tomcat without Apache, websockets works perfectly fine: The Tomcat connector that works for this configuration is next: <Connector URIEncoding="UTF-8" compressableMimeType="text/html,text/xml,text/plain,text/css,text/javascript,application/javascript" compression="on"