Re: Re: Issue with Apache 1.3 + Tomcat 5.5 + Mod JK 1.2.10

2005-12-07 Thread Raja Neravati
I can try tuning this on the servers. But as I told in my first email, this wierd problem started happening only after migrating to Tomcat 5.5. So if these were to create a problem, I should have faced it in 4.0.6 also - Right. ..Raj On Thu, 08 Dec 2005 Mladen Turk wrote : >Raja Neravati wrote

Re: RE: Issue with Apache 1.3 + Tomcat 5.5 + Mod JK 1.2.10

2005-12-07 Thread Raja Neravati
I quickly looked at my Tomcat 4.0.6 settings. It was also having AJP 1.3 connector only. Please have a look at this: - *** Tomcat 4.0.6 *** Please let me know if I am missing anything. Thanks & Regards, ..Raj   On Wed, 07 Dec 2005 Duan,Nick wrote :

Re: Issue with Apache 1.3 + Tomcat 5.5 + Mod JK 1.2.10

2005-12-07 Thread Mladen Turk
Raja Neravati wrote: worker.worker1.recycle_timeout=60 Remove this directive. worker.worker1.retries=3 minSpareThreads="100" maxThreads="300" maxSpareThreads="80" acceptCount="60" debug="0" connectionTimeout="-1" /> maxThreads should be equal to MaxClients in httpd.conf. If it's smaller

RE: Issue with Apache 1.3 + Tomcat 5.5 + Mod JK 1.2.10

2005-12-07 Thread Duan, Nick
Well, the problem seems to be that you were using AJP 1.2 on the apache site whereas tomcat was configured with AJP 1.3 (default for 5.5). Interim solution: reconfigure tomcat to use AJP 1.2. Best solution: Upgrade Apache to version 2 and AJP to 1.3. ND -Original Message- From: Raja Ne