Re: [users@httpd] How to connect Apache and Tomcat using http2 protocol

2018-01-05 Thread Eric Covener
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

Re: [users@httpd] How to connect Apache and Tomcat using http2 protocol

2018-01-05 Thread Ananya Dey
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

Re: [users@httpd] How to connect Apache and Tomcat using http2 protocol

2017-12-12 Thread Ananya Dey
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

Re: [users@httpd] How to connect Apache and Tomcat using http2 protocol

2017-12-12 Thread Luca Toscano
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

[users@httpd] How to connect Apache and Tomcat using http2 protocol

2017-12-11 Thread 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. 2. In my httpd.conf, I have added Protocols h2 LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so LoadModule http