Can someone tell me about this error set? They show up in the Apache(mod_jk) log. They may or may not indicate that one node is down. I would like to know how to differentiate between a recoverable and a non-recoverable issue so that 24x7 support can monitor the issue. My Apache version is 2.2.15 if that helps. [error] ajp_connect_to_endpoint::jk_ajp_common.c (1026): (103t1) cping/cpong after connecting to the backend server failed (errno=110) [error] ajp_send_request::jk_ajp_common.c (1630): (103t1) connecting to backend failed. Tomcat is probably not started or is listening on the wrong port (errno=110) [info] ajp_service::jk_ajp_common.c (2623): (103t1) sending request to tomcat failed (recoverable), because of error during request sending (attempt=1) [error] ajp_connect_to_endpoint::jk_ajp_common.c (1026): (103t1) cping/cpong after connecting to the backend server failed (errno=110) [error] ajp_send_request::jk_ajp_common.c (1630): (103t1) connecting to backend failed. Tomcat is probably not started or is listening on the wrong port (errno=110) [info] ajp_service::jk_ajp_common.c (2623): (103t1) sending request to tomcat failed (recoverable), because of error during request sending (attempt=1) --- Thanks, Burton L. Smith |