Hi, I have recently configured the apache httpd to use AJP for connecting to backend Tomcat servers over AJP (ajp://tomcat.server/8009).
When I try to query the frontend httpd server with a long url (over 8000 characters), the request fails. The following is printed in error_log of httpd [Fri Nov 27 18:30:13 2009] [error] ajp_msg_append_cvt_string(): BufferOverflowException 4 6117 [Fri Nov 27 18:30:13 2009] [error] ajp_marshal_into_msgb: Error appending the query string [Fri Nov 27 18:30:13 2009] [error] ajp_send_header: ajp_marshal_into_msgb failed [Fri Nov 27 18:30:13 2009] [error] (120001)APR does not understand this error code: proxy: AJP: request failed to (null) (tomcat.server) Is there a way the buffer size can be increased? thanks, Nilesh