Some other people have reported the same problem in this list, and a couple
of solutions have been posted. To save you time searching the archives:
- Be sure the first line of your page is an HTML tag (put <HTML> ...) NOT a
JSP tag. The point is that lines with JSP tags appear in the output as empty
lines (CR LF) and it seems that there is a bug in IIS when serving pages in
Chunk mode..
-If the first fails, be sure you are closing all JDBC objects, especially
connections, if you are not using a connection pool.
Julio
----- Original Message -----
From: Nosonowitz, Phil <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 03, 2000 3:07 PM
Subject: Tomcat ISAPI
> I have installed the Tomcat ISAPI and can successfully route jsp and
servlet
> requests to Tomcat. The problem I am experiencing is that the response
back
> to the browser never completes. All the page content is received (and is
in
> fact rendered) but the browser remains in a downloading state until it
> eventually times out. This happens with Netscape and IE.
> The same servlet or JSP returns without problems when I navigate directly
to
> Tomcat on port 8080.
>
> thanks in advance for any help
>