Just to be sure, did you set maxPostSize="0" in your Connector in conf/server.xml? Don't have the details handy, but I think that option might be needed.

David


Here's an example in mine:

<Connector port="8080" maxHttpHeaderSize="8192" maxPostSize="0"
              maxThreads="150" minSpareThreads="20" maxSpareThreads="50"
              enableLookups="false" redirectPort="443" acceptCount="100"
              connectionTimeout="20000" disableUploadTimeout="true" />

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to