Hi,
Does anyone know what could be the root causes of following error messages ? ex: network problem or reach maximum number of ajp13 threads in tomcat ?
And what message the browser will see when this error happens ? timeout or request failed..
=======================================================================================================
[Sun Nov 01 09:26:40 2010] [22012:20491] [info] ajp_process_callback::jk_ajp_common.c (1447): Writing to client aborted or client network problems
[Sun Nov 01 09:26:40 2010] [22012:20491] [info] ajp_service::jk_ajp_common.c (1846): (worker1) request failed, because of client write error without recovery in send loop attempt=0
[Sun Nov 01 09:26:40 2010] [22012:20491] [info] jk_handler::mod_jk.c (2190): Aborting connection for worker=worker1
======================================================================================================
Thanks,
httpd (mod_jk) can't write to the response to the client (browser). Normally that is nothing serious but you should check on the client why it is happening.