How to setup SPDY in tomcat

2015-03-01 Thread Dmitrij David Padalino
Hi, I developed a web application and now i want to add the support for SPDY. My configuration is Eclipse Luna and apache tomcat 8.0.12 on windows 8.1. A tutorial about SPDY for tomcat does not exist. In the documentation is written tha tomcat supports SPDY. Which is the configuration to solve

mod_jk dealy sendng request to backend tomcat

2015-03-01 Thread Rajesh Cherukuri
hi today i have noticed that mod_jk took 20 seconds delay in sending the request to backend tomcat servers from apache , lookslike the request was assigned to a tomcat 11and it has replicate the request to the other tomcat-3 here are my findings Deal Finder request * Apache request access

Re: How to setup SPDY in tomcat

2015-03-01 Thread Mark Thomas
On 01/03/2015 16:58, Dmitrij David Padalino wrote: Hi, I developed a web application and now i want to add the support for SPDY. My configuration is Eclipse Luna and apache tomcat 8.0.12 on windows 8.1. A tutorial about SPDY for tomcat does not exist. In the documentation is written tha

Re: mod_jk dealy sendng request to backend tomcat

2015-03-01 Thread Rainer Jung
Am 01.03.2015 um 17:57 schrieb Rajesh Cherukuri: hi today i have noticed that mod_jk took 20 seconds delay in sending the request to backend tomcat servers from apache , lookslike the request was assigned to a tomcat 11and it has replicate the request to the other tomcat-3 here are my findings