Help: Why HttpFilterProc and HttpExtensionsProc on 2 different process in isapi_redirector2.dll?

2003-01-27 Thread James Chang
Hi, System: windows XP pro, IIS 5.1. isapi_redirector2.dll is not doing its job. isapi_redirector2.dll from: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. 2/bin/win32/ What happened is, when IIS starts up, it calls dll_Main for all its threa

Re: using ajp (isapi_redirector2.dll) without tomcat on IIS (is_inited =0 in HttpExtensionProc)

2003-01-27 Thread James Chang
(as of jan 27, 2003) and IIS 5.01. Anybody got any ideas? Thanks - Original Message - From: "James Chang" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003 2:02 PM Subject: using ajp (isapi_redirector

using ajp (isapi_redirector2.dll) without tomcat on IIS

2003-01-27 Thread James Chang
send data, but all turn out to be some string manipulation functions. Could someone tell me which function call in HttpFilterProc actaully result in open socket to 8009 port? Thanks - Original Message - From: "James Chang" <[EMAIL PROTECTED]> To: "Tomcat Users Li

Re: using ajp (isapi_redirector2.dll) without tomcat

2003-01-27 Thread James Chang
who send data, but all turn out to be some string manipulation functions. Could someone tell me which function call in HttpFilterProc actaully result in open socket to 8009 port? Thanks - Original Message - From: "James Chang" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

using ajp (isapi_redirector2.dll) without tomcat

2003-01-26 Thread James Chang
Hi: I am trying to get ajp to work with other jsp/servlet engines other then tomcat. Right now I am working on IIS with isapi_redirector2.dll and listening on port 8009 with my own ajp listener. The problem is somehow the dll never calls to port 8009 when I am accessing http://localhost/ex