KB Article #45976
Unable to Send large Messages using ebMS over HTTP
Problem
Resolution
Unable to Send large Messages using ebMS over HTTP
Resolution
It is recommended to increase the timeout in the server.xml file at the following location.
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="20704" minProcessors="5" maxProcessors="75"
enableLookups="false"
acceptCount="100" debug="0" connectionTimeout="20000"
useURIValidationHack="false" disableUploadTimeout="true" />
In above stated chunk we have increased the connectionTimeout to 200000 to be able to send large messages [over 20MB]