I'm using apache (2.0.53) as a web server, which redirects all requests to tomcat (5.0.28) servlet containers using mod_jk. However some requests don't get completed (some images are displayed blank in the browser ). When I looked in the log file for mod_jk I saw a lot of messages like that:
[Wed Oct 05 20:58:43 2005] [info] ajp_send_request::jk_ajp_common.c (1178): Socket 23 is not connected any more (errno=-1)
I had this setup before on another server and didn't have that problem. Can anyone help?
thanks