Re: Download problem with IE6, IIS 6.0, SSL, Tomcat 6.0.13 and connector 1.2.25 (last in date) on Windows Server 2k3

2007-09-20 Thread Baldurien
I've found a reason to my problem : I was sending a Content-Length header, albeit I was using GZIP Compression. What I do not understand, is why the browser could get the content on tomcat despise that header, and why the connector could not? Martin Gainty wrote: when you change an

Download problem with IE6, IIS 6.0, SSL, Tomcat 6.0.13 and connector 1.2.25 (last in date) on Windows Server 2k3

2007-09-19 Thread Baldurien
Hello, I have the following configuration : - A Tomcat 6.0.13 serving any file running on port 8080 - A IIS 6.0 frontend server, on port 80/443 (for SSL) which use the Jp connector 1.2.25 as a gateway to Tomcat, on Windows Server 2003 The connector serves all that is in /myProject

Re: Download problem with IE6, IIS 6.0, SSL, Tomcat 6.0.13 and connector 1.2.25 (last in date) on Windows Server 2k3

2007-09-19 Thread Martin Gainty
to make sure its not tomcat timing out what is disableUploadTimeout in your connector set to? M-- - Original Message - From: Baldurien [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Wednesday, September 19, 2007 9:16 AM Subject: Download problem with IE6, IIS 6.0, SSL, Tomcat

Re: Download problem with IE6, IIS 6.0, SSL, Tomcat 6.0.13 and connector 1.2.25 (last in date) on Windows Server 2k3

2007-09-19 Thread Baldurien
If you are refering to the Connector / in the server.xml file, it is set up to the default (false). Below is the part of the configuration that define it : !-- A Connector represents an endpoint by which requests are received and responses are returned. Documentation at :

Re: Download problem with IE6, IIS 6.0, SSL, Tomcat 6.0.13 and connector 1.2.25 (last in date) on Windows Server 2k3

2007-09-19 Thread Baldurien
Here is more information : - I tried with firefox using IIS, and it fails too. - I've done the following test : I made 10 files of different size (512 bytes, 1024, 2048, ...) then I uploaded them : On IIS (tested with Fx, and IE): 1. When the file is less or equals 16KiB, upload works. 2.