https://issues.apache.org/bugzilla/show_bug.cgi?id=47011
--- Comment #5 from [email protected] 2009-04-22 14:22:14 PST --- i'm not exactly sure if this is the answer you need but, we're using an Embedded tomcat, and setting up the AJP connector as follows: Connector ajpConnector = embedded.createConnector((java.net.InetAddress) null, this.ajpPort, "ajp"); embedded.addConnector(ajpConnector); Results of adding "ping=1" to the BalancerMembers: Apache 2.2.11: - Wouldn't start, output the following: BalancerMember Ping/Pong timeout has wrong format Apache 2.2.9: - During graceful shutdown outlined previously, balancer returned: HTTP/1.1 500 Internal Server Error - Logged: [Wed Apr 22 16:05:53 2009] [error] (70014)End of file found: ajp_ilink_receive() can't receive header Apache 2.2.8: - Balancer always returned: HTTP/1.1 503 Service Temporarily Unavailable - Logged: [Wed Apr 22 16:00:50 2009] [error] ajp_msg_append_uint8(): BufferOverflowException 4 4 [Wed Apr 22 16:00:50 2009] [error] ajp_handle_cping_cpong: ajp_marshal_into_msgb failed [Wed Apr 22 16:00:50 2009] [error] (120001)APR does not understand this error code: proxy: AJP: cping/cpong failed to (null) (xxx.xxxxxxxxxx.com) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
