Re: [us...@httpd] Upload stops after 30 minutes

2009-06-17 Thread Lyle Wincentsen
Perhaps you could split large files into smaller ones and upload them that way. On Wed, Jun 17, 2009 at 1:10 AM, Patrick Herber wrote: > Thanks a lot for your answer. > > Since this is a browser-based application I don't think FTP or rsync/SSH > are practicable alternatives, aren't they? > > Rega

Re: [us...@httpd] Upload stops after 30 minutes

2009-06-16 Thread Patrick Herber
Thanks a lot for your answer. Since this is a browser-based application I don't think FTP or rsync/SSH are practicable alternatives, aren't they? Regards, Patrick Jonathan Zuckerman wrote: Probably not the answer you're looking for but I don't think that HTTP is the best protocol for what yo

Re: [us...@httpd] Upload stops after 30 minutes

2009-06-16 Thread Jonathan Zuckerman
Probably not the answer you're looking for but I don't think that HTTP is the best protocol for what you're trying to do.. with files of that size, why not consider FTP or rsync/SSH? On Tue, Jun 16, 2009 at 8:56 AM, Patrick Herber wrote: > Hello! > > Thanks a lot for your answer! > > Unfortunately

Re: [us...@httpd] Upload stops after 30 minutes

2009-06-16 Thread Patrick Herber
Hello! Thanks a lot for your answer! Unfortunately it seems that I'm really running against a timeout problem: Indeed with a slow connection I have this problem already with around 100MB, in my office (a good ADSL connection) I reach 250MB and directly in the same LAN of the Server I can uploa

Re: [us...@httpd] Upload stops after 30 minutes

2009-06-16 Thread André Warnier
Patrick Herber wrote: ... Not really sure about this, so don't take it as gospel, but I believe that there may be some "maximum POST size" parameter built-in into Apache and/or Tomcat (as a protection against denial-of-service attacks). Maybe that is what you are running against, not a timeout

[us...@httpd] Upload stops after 30 minutes

2009-06-16 Thread Patrick Herber
Hello, I have java application running on a Tomcat 6 server sitting behind an Apache HTTPD Server (Apache/2.2.8 (Linux/SUSE) mod_ssl/2.2.8 OpenSSL/0.9.8g). I'm experiencing problems uploading big files on it: after around 30 minutes (nearly exactly 30 minutes!) the upload stops. I've tried to