I set the maxPostSize=1000 in the server.xml and started the server.
If i post > 1000 i dont get a error.
(
   <Connector port="8080" maxPostSize="1000" maxHttpHeaderSize="8192"
              maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
              enableLookups="false" redirectPort="8443" acceptCount="100"
              connectionTimeout="20000" disableUploadTimeout="true"/>
)

How to get this feature to work. I have searched all over the place
and dont have answers.

I have tried 5.5.17 & 15 tomcat.

I use a FORM to POST a file of large size.

Thanks for any help

Rgds
Krish

---------------------------------------------------------------------
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