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 path without any
restriction on file type. It works pretty well in both case (IIS ->
Tomcat, or Tomcat without IIS).
However, the application do have a struct action which serves up file
stored in database, via Hibernate. In such case, when the file is
"large" (I would say at least 10KiB), Internet Explorer 6 fails
downloading with this message :
>> Internet Explorer cannot download dwl.do?id=19 from localhost.
>>
>> The connection with the server was reset
This fails only when I'm using the IIS url
(https://localhost/foo/dwl.do?id=19) : when I'm calling directly the
Tomcat webserver, it works without any problem.
Before looking for a solution on the web, I tried to view the log of
the connector : I do not have a single log file in "C:\Program
Files\Apache Software Foundation\Jakarta Isapi Redirector\log",
despise the fact I setted level on debug both in a file located in
the same directory than isapi_redirect, and in registry.
My search was not successful, as I found no real clues about my problem.
I did not try with another browser (like Firefox) as the web project
must work with IE6.
Additionnaly, I have a few questions regarding my problem :
1. How do we enable the logs? The isapi_redirect.properties and the
registry points to :
log_file=C:\Program Files\Apache Software Foundation\Jakarta Isapi
Redirector\log\jakarta.log
log_level=debug
The file is never created. I did not try without spaces.
2. Is there a limit in size between IIS and Tomcat? Some of the
result in my search spoke about a 8192 bytes limits, other about a
pool size limit?
Honestly,
Baldurien
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]