| 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
|
|
|
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
|
|
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
|
 |
 |
|
|
subject: File Uploaod Size Limit exceeded exception
|
|
|