Large File (100MB+) Upload Issue
- From: "Caldarale, Charles R" <Chuck.Caldarale (at) unisys.com>
- Date: Thu, 12 Oct 2006 14:18:05 -0500
> From: Martin Gainty [mailto:mgainty (at) hotmail.com]
> Subject: Re: Large File (100MB+) Upload Issue
>
> go to your server.xml
> for your non-SSL HTTP/1.1 Connector on port 8080 connector in
> server.xml set
>
> disableUploadTimeout="false"
Doing so forces the connector to use a massaged connectionTimeout value
for uploads (default 1 minute) rather than the standard upload timeout,
which is 5 minutes. This certainly won't help the situation.
Regardless, changing the upload timeout handling is irrelevant, since
the OP stated that the upload completed, but the post-processing did
not.
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.
---------------------------------------------------------------------
To start a new topic, e-mail: users (at) tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org
For additional commands, e-mail: users-help (at) tomcat.apache.org