I am running Apache 2.0.48 that uses mod_jk 1.2.10 to communicate with Tomcat 5.5.7. When my client posts large requests (about 40K) to Apache, I can see where the request is sent through mod_jk, but when it gets to Tomcat the data has a length of zero.

Is there a way to increase the amount of data that can be passed through mod_jk without failure?

My mod_jk log file has this data in it when the data is lost:



[Fri Sep 15 16:03:46 2006] [1391:60336] [debug] ajp_send_request::jk_ajp_common.c (1240): request body to send 40654 - request body to resend 0 [Fri Sep 15 16:03:46 2006] [1391:60336] [trace] ajp_read_into_msg_buff::jk_ajp_common.c (1093): enter [Fri Sep 15 16:03:46 2006] [1391:60336] [trace] ajp_read_fully_from_server::jk_ajp_common.c (1047): enter [Fri Sep 15 16:03:46 2006] [1391:60336] [trace] ajp_read_into_msg_buff::jk_ajp_common.c (1129): exit [Fri Sep 15 16:03:46 2006] [1391:60336] [trace] ajp_connection_tcp_send_message::jk_ajp_common.c (894): enter [Fri Sep 15 16:03:46 2006] [1391:60336] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (898): sending to ajp13 pos
=4 len=8192 max=8192
[Fri Sep 15 16:03:46 2006] [1391:60336] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (898): 0000 12 34 1F FC
1F FA 44 61 74 61 3D 30 36 2D 30 30  - .4....Data=06-00

Thanks...

---------------------------------------------------------------------
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