Page 1 of 1

Upload size exceeded with Tomcat Admin

PostPosted: 25. January 2013 17:56
by SteveBofLA
Good morning,

I've just installed XAMPP 1.8.1 to test out the package Railo. I've been running 1.7.4 with OpenBD. When I go to the Tomcat Web Application Manager, and use the WAR File to Deploy panel, I get an error msg:

message org.apache.tomcat.util.http.fileupload.FileUploadBase$SizeLimitExceededException: the request was rejected because its size (59166967) exceeds the configured maximum (52428800)

I added the following lines to \conf\web.xml:
<init-param>
<param-name>sendfileSize</param-name>
<param-value>-1</param-value>
</init-param>


Any ideas?

Re: Upload size exceeded with Tomcat Admin

PostPosted: 30. January 2013 00:05
by hackattack142
Hello,

I would double check you are editing the config file correctly. See here: http://maxrohde.com/2011/04/27/large-wa ... -tomcat-7/