On Fri, Jan 5, 2018 at 4:46 AM, Ananya Dey wrote:
> Hi ,
>
> I am trying to connect Apache httpd and tomcat using websockets protocol.
> I am supposed to use ws tunnel but the tomcat homepage is not loading with
> it.
>
You would normally use websockets only on a websockets endpoint on the
back
Hi ,
I am trying to connect Apache httpd and tomcat using websockets protocol. I
am supposed to use ws tunnel but the tomcat homepage is not loading with it.
This is how I am connecting it.
ProxyRequests On
ProxyPass "ws://15.213.91.33:10905/test"
It 's not loading it. However, if inste
Hi, thanks for your help :) Http2 is working fine now. But I want to check
for Web sockets protocol.
When I use ProxyPass with 'http' , it is running fine.
But according to the documentation, if I use 'ws' with proxypass then it is
not loading.
This is the code snippet:
ProxyRequests On
Hi!
2017-12-12 6:48 GMT+01:00 Ananya Dey :
> Hi
>
> I am trying to connect Apache and Tomcat using HTTP2 protocol.
> 1. These are the changes that I have made in my server.xml.
> maxThreads="150" SSLEnabled="false"
>sslImplementationName="org.apache.tomcat.util.net.
> openssl
Hi
I am trying to connect Apache and Tomcat using HTTP2 protocol.
1. These are the changes that I have made in my server.xml.
2. In my httpd.conf,
I have added
Protocols h2
LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so
LoadModule http