cant really say much as I haven't worked with openCMS. but the problem sounds like a limit on the multipart-request parser to me. I do not recall any problems when uploading big files in tomcat.
-hope it helps [EMAIL PROTECTED] > -----Original Message----- > From: "B�hrle, Martin, FCI1" [mailto:[EMAIL PROTECTED]] > Sent: 25. febr�ar 2002 18:32 > To: [EMAIL PROTECTED] > Subject: Servlet threw exception java.io.IOException: Posted content > length of 36238773 exceeds limit of 8388608 > > > > Hi everybody, > > > we are using Tomcat to serve our servlet-based > Content-Management-System (OpenCMS, a open source product). > When we try to upload a file with filesize greater than > 8MByte into > the servlet-based CMS we get a failure that looks like a servlet-based > limitation in file-size. (see below). > > Are there any standard-limitations in Tomcat for java.io - > Operations that limits file - uploading into the servlet-containers? > > How can we change this to the size we need? > > Any idea where in the opencms-servlet-container (servlet-based > application) we have to search for this limitation property? > > > Failure log: > > We always get a "StandardWrapperValve[OpenCmsServlet]: > Servlet.service() > > for servlet OpenCmsServlet threw exception > > java.io.IOException: Posted content length of 36238773 > exceeds limit of > > 8388608"-error.... > > > > This failure (se below) is written in the file > > "localhost_log.2002-02-xx.txt" in Tomcat-Logs. > > > > > > Failure in Tomcat-log: > > > ============================================================== > ============ > > ========== > > 2002-02-25 14:35:26 StandardWrapperValve[OpenCmsServlet]: > > Servlet.service() for servlet OpenCmsServlet threw exception > > java.io.IOException: Posted content length of 36238773 > exceeds limit of > > 8388608 > > at > > > com.opencms.core.CmsRequestHttpServlet.readRequest(CmsRequestH > ttpServlet.j > > ava:628) > > at > > > com.opencms.core.CmsRequestHttpServlet.<init>(CmsRequestHttpSe > rvlet.java:1 > > 34) > > at > > > com.opencms.core.OpenCmsHttpServlet.doPost(OpenCmsHttpServlet. > java:522) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > > at > com.opencms.boot.OpenCmsServlet.service(OpenCmsServlet.java:117) > > at > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilt > er(Applicati > > onFilterChain.java:247) > > at > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli > cationFilter > > Chain.java:193) > > at > > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardW > rapperValve. > > java:243) > > at > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP > ipeline.java > > (Compiled Code)) > > at > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipel > ine.java:472 > > ) > > at > > > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) > > at > > > org.apache.catalina.core.StandardContextValve.invoke(StandardC > ontextValve. > > java:201) > > at > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP > ipeline.java > > (Compiled Code)) > > at > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipel > ine.java:472 > > ) > > at > > > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) > > at > > > org.apache.catalina.core.StandardContext.invoke(StandardContex > t.java:2344) > > at > > > org.apache.catalina.core.StandardHostValve.invoke(StandardHost > Valve.java:1 > > 64) > > at > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP > ipeline.java > > (Compiled Code)) > > at > > > org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDi > spatcherValv > > e.java:170) > > at > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP > ipeline.java > > (Compiled Code)) > > at > > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReport > Valve.java:1 > > 70) > > at > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP > ipeline.java > > (Compiled Code)) > > at > > > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValv > e.java:462) > > at > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP > ipeline.java > > (Compiled Code)) > > at > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipel > ine.java:472 > > ) > > at > > > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) > > at > > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEn > gineValve.ja > > va:163) > > at > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardP > ipeline.java > > (Compiled Code)) > > at > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipel > ine.java:472 > > ) > > at > > > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) > > at > > > org.apache.catalina.connector.http.HttpProcessor.process(HttpP > rocessor.jav > > a:1011) > > at > > > org.apache.catalina.connector.http.HttpProcessor.run(HttpProce > ssor.java:11 > > 06) > > at java.lang.Thread.run(Thread.java:498) > > > > > > > > > ______________________________________________________________ > ___________ > > Martin Buehrle, FCI1 > > EADS - European Aeronautic Defence and Space Company > > UNTERSCHLEISSHEIM > > eMail: [EMAIL PROTECTED] > > > ______________________________________________________________ > ___________ > > > > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
