aspose file tools
The moose likes Tomcat and the fly likes File Uploaod Size Limit exceeded exception Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "File Uploaod Size Limit exceeded exception" Watch "File Uploaod Size Limit exceeded exception" New topic
Author

File Uploaod Size Limit exceeded exception

Sonwabo Jordan
Greenhorn

Joined: Sep 01, 2011
Posts: 3
good day

When I upload a war file using Tomcat 7 Iget an exception as shown below:

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

where do i configure tomcat to change this?

Thanks
Sonwabo
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12271
    
    1
a google search for "tomcat file upload size limit" found many references.


Java Resources at www.wbrogden.com
Sonwabo Jordan
Greenhorn

Joined: Sep 01, 2011
Posts: 3
Hi

I do not seem to understand the answer I supposedly received from you.

Thnaks
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12271
    
    1
My intent was that you should perform that Google search - thus getting links to multiple discussions of configuration settings including "maxPostSize".

Google searches and Wikipedia articles work surprisingly well at answering many Java questions.

Bill

 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: File Uploaod Size Limit exceeded exception
 
Similar Threads
java.security.AccessControlException
Tomcat stops on web service exception
uploaded file size
serialization problem
Cannot start tomcat 3.3 from within eclipse