try adding a larger read buffer
socket.appReadBufSize="34000"

or even larger than that.

or apply this patch
http://svn.apache.org/viewvc?view=rev&revision=569489, that makes adjustments for the buffer sizes automatically

Filip

Hoa Doan wrote:
Hi,

I am trying to upload a file size of 2MB to my server.  Doing it without SSL 
takes only 1 sec but doing it over SSL takes so long that the server time out.  
Longer than 10 min!
I have searched everywhere but I can't find any solution.  Please help.

Server Specs:
Window XP
Tomcat 6
   Connector:
<Connector protocol="org.apache.coyote.http11.Http11NioProtocol"
           port="443" minSpareThreads="5" maxSpareThreads="75"
enableLookups="true" disableUploadTimeout="true" acceptCount="100" maxThreads="200"
           scheme="https" secure="true" SSLEnabled="true"
           keystoreFile="C:/keystore/.keystore" keystorePass="changeit"
           clientAuth="false" sslProtocol="TLS"/>

Thank you,
Henry

---------------------------------
Choose the right car based on your needs.  Check out Yahoo! Autos new Car 
Finder tool.
------------------------------------------------------------------------

No virus found in this incoming message.
Checked by AVG Free Edition. Version: 7.5.476 / Virus Database: 269.11.8/941 - Release Date: 8/7/2007 4:06 PM


---------------------------------------------------------------------
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