> From: Martin Gainty [mailto:[EMAIL PROTECTED] 
> 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@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to