You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Laurent LE PRIEUR <la...@ac-nancy-metz.fr> on 2005/04/11 17:37:24 UTC

Problem with mod_jk 1.2.8 (and 1.2.10) and Tomcat 4.0.4

Hello,

I have a problem of ping pong between the connector mod_jk and tomcat 4.0.4 which entraine a significant load network.

Sequence 1234 APACHE MOD_JK to TOMCAT
Response AB (TOMCAT to APACHE MOD_JK)

http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2/common/AJPv13.html


I manage to reproduce the problem in the following way:  I have an application which allows me to send a file (I a file of 5 Mo takes for example) and I the transfer stops while close my navigator.... at this time there sequence AB/1234 never stops (infinite).  Useless to say to you that if 20 or 30 users make celĂ , one arrives at a load very significant network.


tcpdump on localhost showed me that there is continues traffic between
both the httpd/mod_jk and the tomcat server (ajpv13).  The traffic is
always the same.  A request from the container (AB -> in ajpv13
this means "Get Body Chunk") and a reply from the server (1234|00|00 ->
this is an 'empty packet' telling there is nothing more to be sent).

I found only one mail in this direction in mailing list archive.  And no response to this problem.  Can you help me?
http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg118112.html

Best Regards,
Laurent LE PRIEUR
Rectorat de Nancy Metz
Education Nationale - FRANCE

Re: Problem with mod_jk 1.2.8 (and 1.2.10) and Tomcat 4.0.4

Posted by Kurt Miller <tr...@apache.org>.
From: "Mladen Turk" <mt...@apache.org>
> Laurent LE PRIEUR wrote:
>> Hello,
>> 
>> I have a problem of ping pong between the connector mod_jk and tomcat 4.0.4 which entraine a significant load network.
>>
> 
> Did you tried your app with Tomcat5 or Tomcat5.5?
> Perhaps the problem is not with the native side of mod_jk.

This sounds similar to a problem that is fixed in 3.3.2,
4.1.31 and 5.x.

http://marc.theaimsgroup.com/?l=tomcat-dev&m=107846357610458&w=2

> You can post your application if unable to install the Tomcat5.
> 
> Regards,
> Mladen.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: Problem with mod_jk 1.2.8 (and 1.2.10) and Tomcat 4.0.4

Posted by Mladen Turk <mt...@apache.org>.
Laurent LE PRIEUR wrote:
> Hello,
> 
> I have a problem of ping pong between the connector mod_jk and tomcat 4.0.4 which entraine a significant load network.
>

Did you tried your app with Tomcat5 or Tomcat5.5?
Perhaps the problem is not with the native side of mod_jk.

You can post your application if unable to install the Tomcat5.

Regards,
Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org