Hi Filip,

On Wed, Oct 15, 2008 at 10:44 PM, Filip Hanik - Dev Lists
<[EMAIL PROTECTED]> wrote:
> use mod_proxy_http or mod_jk,

I am now.... but I don't understand why it behaved as it did - any idea?

<snip>

>> I have an application which parses XML.  It sits behind an Apache
>> Httpd 2.2 server using mod_proxy_ajp.  I am finding that if I POST
>> more than about 1600 chars, the POST gets truncated, and I get an XML
>> parse error.
>>
>> Httpd logs show:
>>
>> [Tue Sep 30 19:40:27 2008] [debug] mod_proxy_ajp.c(206): proxy: got
>> 1380 bytes of data
>>
>> And:
>>
>> [Tue Sep 30 19:40:27 2008] [debug] ajp_header.c(284):
>> ajp_marshal_into_msgb: Header[3] [Content-Length] = [1615]
>>
>> Checking back over my logs, proxy has never "got" more than 1614 bytes of
>> data.
>>
>> Does anyone have any idea what is cutting this off?  I am imagining
>> there may be a setting somewhere which says: "Don't pass more than
>> $value bytes of data".

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to