I think this is due to the content-length (in the HTTP header) generated by Tomcat. Since my file is larger than 2G, and I believe Tomcat is using int32 to generate the content-length, therefore, I get negative value.
am i right? ----- Original Message ----- From: "Robert Wray" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, August 01, 2003 5:56 AM Subject: RE: What is that maximum file size tomcat can serve? > Are you getting a java.lang.OutOfMemoryError ? > If so, could you post the entire error? > If not, in what manner is tomcat failing? > > At 09:34 AM 31/07/2003 -0400, you wrote: > > >Howdy, > >This would almost definitely be an OS/JDK limit somewhere along the > >line. Tomcat will just stream the file, so its size is not really an > >issue AFAIK. > > > >Yoav Shapira > >Millennium ChemInformatics > > > > > > >-----Original Message----- > > >From: Lee Peik Feng [mailto:[EMAIL PROTECTED] > > >Sent: Wednesday, July 30, 2003 11:27 PM > > >To: Tomcat Users List > > >Subject: What is that maximum file size tomcat can serve? > > > > > >Hi, > > > I have some mpeg file larger than 2GB and tomcat fail to serve > >these > > >file. > > > > > > What is that maximum file size tomcat can serve? Is there any other > > >limitation beside OS issue? > > > Where can I find more info regarding this issue? > > > > > > Thanks. > > > > > >Regards, > > >Peik Feng > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
