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 2002/03/22 17:48:42 UTC

DO NOT REPLY [Bug 7366] New: - ISAPI Redirector Replacement

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=7366>.
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=7366

ISAPI Redirector Replacement

           Summary: ISAPI Redirector Replacement
           Product: Tomcat 4
           Version: 4.0 Beta 1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Connector:Other
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: tomcatuser2002@yahoo.com


Since the ISAPI redirector filter is the biggest source of headaches when 
integrating IIS and Tomcat, I propose the following replacement approach... 
similar to ASPtear...

Create a COM object which will take requests (via an ASP page) and post the 
contents to the Tomcat engine...  So, for example, user has a form on an HTML 
page. Form gets submitted to 'forwarder.asp'.  Forwarder.asp passes the 
headers, parameters, etc... to Tomcat, reads the response, and returns the 
response.  So in effect, forwarder.asp acts as a proxy...

Installation should be MUCH simpler than the ISAPI filter.  Take a look at 
ASPtear http://www.alphasierrapapa.com/IisDev/Components/AspTear/

I'm going to take a crack at it using the MS Java SDK...

my real email address is chelsel@wallstreetwise.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>