Re: mod_jk -> tomcat sending delay

2008-05-30 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=5001 Posted on behalf of a User We solved the problem by increasing the number of connections in server.xml on Tomcat ... The default is 20 which is not sufficient even if we don't actually have more than 7-10 people online. Our architectu

Re: [OT] mod_jk -> tomcat sending delay

2007-02-20 Thread nuka
Hello, I am facing to a similar exception in tomcat: ERROR [org.apache.jk.common.HandlerRequest] Error decoding request java.net.SocketTimeoutException: Read timed out having a timeout for Tomcat AJP connector = 1 minute. It seems that this timeout has a good value, but I still get this kind o

RE: mod_jk -> tomcat sending delay

2007-02-14 Thread Propes, Barry L [GCG-NAOT]
ok, thanks. -Original Message- From: Babu Satasiya [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 4:58 PM To: users@tomcat.apache.org Subject: RE: mod_jk -> tomcat sending delay Hi, oh!! Its always - Apache+mod_jk - connecting to multiple tomcates on different syst

RE: mod_jk -> tomcat sending delay

2007-02-13 Thread Babu Satasiya
; > > -Original Message- > From: babu [mailto:[EMAIL PROTECTED] > Sent: Friday, February 09, 2007 4:11 PM > To: users@tomcat.apache.org > Subject: Re: [OT] mod_jk -> tomcat sending delay > > > > Hi, > > We are also facing same problem and we are using

RE: [OT] mod_jk -> tomcat sending delay

2007-02-13 Thread Propes, Barry L [GCG-NAOT]
New using Tomcat 5 series -- just where is mod_jk within Tomcat? Please let me know. Thanks, -Original Message- From: babu [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 4:11 PM To: users@tomcat.apache.org Subject: Re: [OT] mod_jk -> tomcat sending delay Hi, We are a

Re: mod_jk -> tomcat sending delay

2007-02-09 Thread Mladen Turk
Marcin Zajączkowski wrote: Hi, I observe in mod_jk's log errors: [error] ajp_get_reply::jk_ajp_common.c (1566): (ajp13w) Tomcat is down or refused connection. No response has been sent to the client (yet) All those error messages are 'normal' :) Increase connectionTimeout to

Re: [OT] mod_jk -> tomcat sending delay

2007-02-09 Thread babu
Hi, We tried updating it once but we have problem in load balancing and we went back to original mod_jk which we working fine. We upgraded to 1.2.15, but we are planing to try out new one 1.2.20, but I am watching this discussion board and there issues even in 1.2.20 and I have posted because of

Re: [OT] mod_jk -> tomcat sending delay

2007-02-09 Thread Rainer Jung
Version 1.2.6 of mod_jk is an antiquity. First update before investigating the problem. babu wrote: Hi, We are also facing same problem and we are using mod_jk 1.2.6 with apache 2.0.53 and tomcat 5.0.27. Mod_jk is configured with loadbalancer. We have Apache+mod_jk with LB + 9 tomcats in back

Re: [OT] mod_jk -> tomcat sending delay

2007-02-09 Thread babu
Hi, We are also facing same problem and we are using mod_jk 1.2.6 with apache 2.0.53 and tomcat 5.0.27. Mod_jk is configured with loadbalancer. We have Apache+mod_jk with LB + 9 tomcats in backend. Mod_jk is set with sticky bit set. Partial workers.properites worker.list=loadbalancer worker.lo

Re: mod_jk -> tomcat sending delay

2007-01-26 Thread Rainer Jung
Hi Marcin, Thank you for your careful analysis. Your connectionTimeout on the tomcat side is way too low. This timeout is meant for cutting connections after a longer idle time. It should coincide with the connection_pool_timeout of mod_jk (although tomcat uses milliseconds and mod_jk seconds

mod_jk -> tomcat sending delay

2007-01-26 Thread Marcin Zajączkowski
Hi, I observe in mod_jk's log errors: [error] ajp_get_reply::jk_ajp_common.c (1566): (ajp13w) Tomcat is down or refused connection. No response has been sent to the client (yet) In the rush hours (20-30 requests/second) up to several entries per hour. Sometimes it's followed by: [error] ajp_s