Jacob Hookom wrote:
> I'm running 4.0.4 with the Coyote connector.  Part of my site has to do
> with large file transfer-- uploaded via page form.   When large files
> are uploaded (>50MB), the Coyote connector along with Tomcat will just
> crash.  The uploading is done through the newest Struts release.
> 
> Has anyone run into this problem?  Or, is there a setting in tomcat to
> widen a buffer of some sorts?

If the VM crashes, then it's not Coyote's fault.

Coyote handles uploads very well in general. However, it depends then on 
how the uploads are handled.

Are you actualy using a POST with a URL FORM encoding ? In which case, 
sorry, but it's a really bad idea to do that.

Remy


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to