On 03/16/2010 10:07 PM, Anthony J. Biacco wrote:
The errors are: [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1152): sending to ajp13 pos=4 len=4 max=8192 [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1152): 0000 12 34 00 00 00 00 00 00 00 00 00 00 00 00 00 00 - .4..............
Do you have "browser stop sending data, no need to recover" message before those two? This looks like empty POST message caused by client cheating C-L header. Anyhow post the log snippet for the ajp_connection_tcp_send_message callee.
[debug] jk_is_input_event::jk_connect.c (986): error event during poll on socket sd = 65 (event=24)
It means that Tomcat closed the connection (POLLHUP | POLLERR) Regards -- ^TM --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
