----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Hi,
We've seen the following problem while trying to upload a file for
processing to our servlet.
java.io.IOException: Posted content length of 106458559 exceeds limit of
105267200
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.io.IOException.<init>(Compiled Code)
at com.requisite.util.MultiPartForm.readRequest(Compiled Code)
at
com.requisite.util.MultiPartForm.<init>(MultiPartForm.java:163)
at
com.requisite.util.MultiPartForm.<init>(MultiPartForm.java:119)
at
com.requisite.util.MultiPartForm.<init>(MultiPartForm.java:101)
at
com.requisite.bugsi.servlet.HttpWrapServlet.<init>(HttpWrapServlet.java:
120)
at BugsI.doGet(Compiled Code)
at BugsI.doPost(BugsI.java:107)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:314
)
at
org.apache.jserv.JServConnection.run(JServConnection.java:188)
at java.lang.Thread.run(Thread.java:485)
This begs the question of there being a physical limit set by jserv on
file upload size. Can anybody tell us the details on this?
Thanks,
James
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]