Hi,
We are using Jboss 3.2.6 which is internally using Tomcat 5.0.28.We are
having problem in file upload .
We are not able to upload more than 2 MB file.

As specified in your link
http://tomcat.apache.org/tomcat-5.5-doc/config/ajp.html we tried to set
maxPostSize attibute with different values
like 0 , -1 and even specifying a very large value but still the upload
is not working.When we try to get the Form data from the request object
its shows NULL.

Here is the sample setting that we have used in server.xml

 <Connector maxPostSize="0" acceptCount="125" connectionTimeout="200000"
disableUploadTimeout="true" port="8080" redirectPort="8443"
backlog="150" maxSpareThreads="100" maxThreads="150"
minSpareThreads="50">


Note :  We tried uploading the file by running our application in only
Tomcat 5.0.28(without Jboss) as a webserver but that also didn't work.


Please let me know your inputs.

Thanks

Dronesh Diwan



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

Reply via email to