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

Re: using ajp (isapi_redirector2.dll) without tomcat

2003-01-27 Thread James Chang
CTED]> Sent: Monday, January 27, 2003 1:17 AM Subject: using ajp (isapi_redirector2.dll) without tomcat 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 lis

using ajp (isapi_redirector2.dll) without tomcat on IIS

2003-01-27 Thread James Chang
I have downloaded apache binary dist and the ajp connector source, and builded the IIS redirector (It was rather strange that apr.h is in apache binary dist but not in the apache source release). What I found with debug messages is, HttpFilterProc() is called with I request http://localhost/examp

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