Re: async servlet, tomcat 8.0.33, behind apache

2016-04-18 Thread fachhoch
can you please tell me what protocol I should use and any article on configuring this protocol? -- View this message in context: http://tomcat.10.x6.nabble.com/async-servlet-tomcat-8-0-33-behind-apache-tp5049264p5049649.html Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: async servlet, tomcat 8.0.33, behind apache

2016-04-18 Thread Christopher Schultz
Fachhoch, On 4/13/16 10:07 AM, fachhoch wrote: > We tried replacing ajp ( > http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html) with mod_jk ( > https://tomcat.apache.org/download-connectors.cgi ) connector, async servlet > works fine. I'd like to point out that you are still using AJP.

Re: async servlet, tomcat 8.0.33, behind apache

2016-04-13 Thread fachhoch
We tried replacing ajp ( http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html) with mod_jk ( https://tomcat.apache.org/download-connectors.cgi ) connector, async servlet works fine. Thank you. -- View this message in context:

Re: async servlet, tomcat 8.0.33, behind apache

2016-04-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 fachhoch, On 4/12/16 3:01 PM, fachhoch wrote: > Thank you , In my case there is no cluster, its apache web server > version 2.2.29 and one tomcat server, the connector is AJP, not > mod_jk as said earlier. AJP is a protocol, not software. What

Re: async servlet, tomcat 8.0.33, behind apache

2016-04-12 Thread fachhoch
Thank you , In my case there is no cluster, its apache web server version 2.2.29 and one tomcat server, the connector is AJP, not mod_jk as said earlier. does async work only with mod_jk connector?as mentioned in (http://markmail.org/message/5oyqgyjuhfjsf666) -- View this

Re: async servlet, tomcat 8.0.33, behind apache

2016-04-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 fachhoch, On 4/12/16 10:00 AM, fachhoch wrote: > async servlet with tomcat 8.33, when behind apache web server is > causing issues, without apache web server, only tomcat, works fine, > with apache its not working, to make async servlet work with

Re: async servlet, tomcat 8.0.33, behind apache

2016-04-12 Thread fachhoch
async servlet with tomcat 8.33, when behind apache web server is causing issues, without apache web server, only tomcat, works fine, with apache its not working, to make async servlet work with tomcat, and apache what changes are required?are there any recommendations? how to troubleshoot

async servlet, tomcat 8.0.33, behind apache

2016-04-11 Thread fachhoch
I am trying to use async servlet, tomcat version 8.0.33, sits behind apache, without async servlet never had any issues, now I am trying out async servlet, see issues with async servlet, connection to and from this servlet is taking very long time, all pages connect to this servlet to receive