I'm pretty sure this is the wrong mailing list.

http://tomcat.apache.org/tomcat-6.0-doc/config/http.html

maxPostSize     

The maximum size in bytes of the POST which will be handled by the
container FORM URL parameter parsing. The limit can be disabled by
setting this attribute to a value less than or equal to 0. If not
specified, this attribute is set to 2097152 (2 megabytes).

On Wed, Aug 25, 2010 at 3:05 PM, Razvan Poenaru
<razvan.poen...@mdacorporation.com> wrote:
> type Exception report
> message
> description The server encountered an internal error () that prevented it 
> from fulfilling this request.
> exception
> java.lang.IllegalStateException: 
> org.apache.tomcat.util.http.fileupload.FileUploadBase$SizeLimitExceededException:
>  the request was rejected because its size (102811565) exceeds the configured 
> maximum (52428800)
>        org.apache.catalina.connector.Request.parseParts(Request.java:2567)
>        
> org.apache.catalina.connector.Request.parseParameters(Request.java:2775)
>        org.apache.catalina.connector.Request.getParameter(Request.java:1097)
>        
> org.apache.catalina.connector.RequestFacade.getParameter(RequestFacade.java:365)
>        
> org.apache.catalina.filters.CsrfPreventionFilter.doFilter(CsrfPreventionFilter.java:161)
> root cause
> org.apache.tomcat.util.http.fileupload.FileUploadBase$SizeLimitExceededException:
>  the request was rejected because its size (102811565) exceeds the configured 
> maximum (52428800)
>        
> org.apache.tomcat.util.http.fileupload.FileUploadBase$FileItemIteratorImpl.<init>(FileUploadBase.java:801)
>        
> org.apache.tomcat.util.http.fileupload.FileUploadBase.getItemIterator(FileUploadBase.java:284)
>        
> org.apache.tomcat.util.http.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:304)
>        
> org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload.parseRequest(ServletFileUpload.java:129)
>        org.apache.catalina.connector.Request.parseParts(Request.java:2540)
>        
> org.apache.catalina.connector.Request.parseParameters(Request.java:2775)
>        org.apache.catalina.connector.Request.getParameter(Request.java:1097)
>        
> org.apache.catalina.connector.RequestFacade.getParameter(RequestFacade.java:365)
>        
> org.apache.catalina.filters.CsrfPreventionFilter.doFilter(CsrfPreventionFilter.java:161)
> note The full stack trace of the root cause is available in the Apache 
> Tomcat/7.0.2 logs.
>
>
> Regards,
>
> Razvan  Poenaru | Sr.Programmer/Analyst | Space Missions - MDA
> (905) 790 2800 x4626|razvan.poen...@mdacorporation.com|www.mdacorporation.com
> Canada - 9445 Airport Road, Brampton, ON - L6S 4J3
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to