> I am trying to send a big xml file to tomcat through http server .
>
> But I am not able receive the total xml file at Tomcat.
>
> Some of the xml body is missing, but I am not able find any logs at http 
> server.
>
> Is there any limitation on request body at http server?

Yes, but the apache limits (LimitRequestBody and LimitXMLRequestBody)
would return an error to the client; they wouldn't pass partial
content to the back end.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to