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
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
Hi,
oh!!
Its always - Apache+mod_jk - connecting to multiple tomcates on different
systems.
With regards,
Babu Satasiya
Propes, Barry L [GCG-NAOT] wrote:
>
> New using Tomcat 5 series -- just where is mod_jk within Tomcat?
>
> Please let me know.
>
> Thanks,
>
>
> -Original Messag
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
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