Hi Mladen,
We have been having a problem with the AJP connector for a while, sometimes
it gets stuck on the begin of receiving the post body until AJP connector
read timeout, don't know if it's related to mod_jk or apached httpd server
or Client side browser issues.Because of the missing body part, it causes
the JSP/Servlet programs fail to get the parameters, following is my
finding for your reference :

1. if we set keepAliveTimeout to 15 seconds then it occurs 400 times/day in
average.
2. if we set keepAliveTimeout to 5 seconds then it occurs 900 times/day in
average.
3. if we disbale the keepAlive in Apache httd server then it occurs 66
times/day only.

It looks like it related the KeepAlive issue, but I learned from another
thread I post on the Tomcat User mail-list, said that this problem can be
resolved by using Tomcat http connector instead, Please have a check.

Thanks.
James Wang.

On Wed, Oct 15, 2008 at 5:35 PM, Mladen Turk <[EMAIL PROTECTED]> wrote:

> The Apache Tomcat team announces the immediate availability of
> Apache Tomcat Connectors 1.2.27-dev-704800 for testing.
>
> Apache Tomcat Connectors version 1.2.27-dev contains
> numerous of bug fixes over previous 1.2.26 version and lots
> of new features.
> The complete changelog with all fixes and new features can be found at:
>
> http://tomcat.apache.org/dev/dist/tomcat-connectors/jk/docs/jk-1.2.27-dev-704800/miscellaneous/changelog.html
>
> Assorted set of binaries is also available for testing at:
> http://tomcat.apache.org/dev/dist/tomcat-connectors/jk/binaries/
>
> If you find any bugs while using this test release, please fill in the
> Bugzilla Bug Report or send an e-mail to Tomcat Dvelopers List.
> When entering bug use the following link:
> https://issues.apache.org/bugzilla/query.cgi?product=Tomcat%20Connectors
>
> Notice:
> Please do not use this version for production.
> It is ment to be used for testing purposes only!
>
>
> Thank you,
> --
> The Apache Tomcat Team
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to