RE: Large File (100MB+) Upload Issue

2006-10-13 Thread Stryjewski Lindsey
I wonder if it's because the form bean object (which has the FormFile) has grown too large? Regards, Lindsey -Original Message- From: Stryjewski Lindsey [mailto:[EMAIL PROTECTED] Sent: Friday, October 13, 2006 11:17 AM To: Tomcat Users List Subject: RE: Large File (100MB+) U

RE: Large File (100MB+) Upload Issue

2006-10-13 Thread Stryjewski Lindsey
Besides doing System.outs. I'm trying to see if I can debug without having to redeploy code and interrupt service. Regards, Lindsey -Original Message- From: Stryjewski Lindsey [mailto:[EMAIL PROTECTED] Sent: Friday, October 13, 2006 11:02 AM To: Tomcat Users List Subject: RE:

RE: Large File (100MB+) Upload Issue

2006-10-13 Thread Stryjewski Lindsey
B worked. You might want to take a look at your logs though. If they don't show the problem, increase logging temporarily. --David Stryjewski Lindsey wrote: >If this were the issue, why would a 22MB file (which I just tested) >work just fine? > > >Regards, >Lindsey >

RE: Large File (100MB+) Upload Issue

2006-10-12 Thread Stryjewski Lindsey
your logs though. If they don't show the problem, increase logging temporarily. --David Stryjewski Lindsey wrote: >If this were the issue, why would a 22MB file (which I just tested) >work just fine? > > >Regards, >Lindsey > >-Original Message- >From: D

RE: Large File (100MB+) Upload Issue

2006-10-12 Thread Stryjewski Lindsey
PM To: Tomcat Users List Subject: RE: Large File (100MB+) Upload Issue > From: Stryjewski Lindsey [mailto:[EMAIL PROTECTED] > Subject: RE: Large File (100MB+) Upload Issue > > If this were the issue, why would a 22MB file (which I just > tested) work just fine? If the maxPostSize is b

RE: Large File (100MB+) Upload Issue

2006-10-12 Thread Stryjewski Lindsey
ps, tomcat and upload and see if that gets you anything. Sorry its not definitive but it's worth a look. -Original Message----- From: Stryjewski Lindsey [mailto:[EMAIL PROTECTED] Sent: Thursday, October 12, 2006 1:28 PM To: users@tomcat.apache.org Subject: Large File (100MB+) Upload Iss

RE: Large File (100MB+) Upload Issue

2006-10-12 Thread Stryjewski Lindsey
to take a look at http://tomcat.apache.org/tomcat-5.5-doc/config/http.html. Specifically setting the maxPostSize attribute of your connector in server.xml. As you can see from the docs, the default is about 2MB. --David >-Original Message- >From: Stryjewski Lindsey [mailto:

RE: Large File (100MB+) Upload Issue

2006-10-12 Thread Stryjewski Lindsey
Just to clarify, the upload "completed" insofar as the temp file (named "upload_#.tmp") finished... The action class is then supposed to call the appropriate method which writes the file to the appropriate storage directory, but this never happens. Regards, Lindsey -Original Message

Large File (100MB+) Upload Issue

2006-10-12 Thread Stryjewski Lindsey
Hello, We are experiencing a problem uploading large files through our web portal. We seem to have problems once the file gets to be 10-20MB. The file I am currently trying is 100MB. When the user submits via the web form, the file appears to upload to a Tomcat temp file. This upload compl