You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/10/11 20:44:04 UTC

DO NOT REPLY [Bug 4112] New: - isapi_redirect.dll does not handle Tomcat down case gracefully

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4112>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4112

isapi_redirect.dll does not handle Tomcat down case gracefully

           Summary: isapi_redirect.dll does not handle Tomcat down case
                    gracefully
           Product: Tomcat 3
           Version: 3.2.3 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connectors
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: katkere@praja.com


When Tomcat is down, if we attempt to a resource handled the Tomcat through IIS 
and isapi_redirect, the line is simply dropped (i.e., socket disconnect, no 
valid HTTP response) instead of returning something like 500 error. Apache 
mod_jk, on the other hand, returns a "500" internal error, which can be used to 
show a "server down" page.

This is on Windows 2000 advanced server with IIS 5.0, isapi_redirect.dll binary 
from Tomcat 3.2.3 distribution.