RE: Problem with ISAPI redirector for Tomcat 4.0.2

2002-03-01 Thread twidmer

 [ISAPI redirector for Tomcat 4.0.2 does not work but Version 3.3 works]

I've got the same problem. I think the problem are 
the different names of the filter.
My solution is:

Rename the filter for 4.0.2 to isapi_redirect.dll
or change the name in the registry 

[HKEY_LOCAL_MACHINE\SOFTWARE\
Apache Software Foundation\Jakarta Isapi Redirector\1.0]
extension_uri=/jakarta/isapi_redirector.dll

(autoconf creates also the wrong name).


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Problem with ISAPI redirector for Tomcat 4.0.2

2002-03-01 Thread Bryan Baker

I think you're absolutely correct. I was using a .reg file created from the
documentation for AJP, which has the old name for the .dll.

Thanks,
Bryan Baker

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 01, 2002 1:33 AM
To: Tomcat Users List
Subject: RE: Problem with ISAPI redirector for Tomcat 4.0.2


 [ISAPI redirector for Tomcat 4.0.2 does not work but Version 3.3 works]

I've got the same problem. I think the problem are 
the different names of the filter.
My solution is:

Rename the filter for 4.0.2 to isapi_redirect.dll
or change the name in the registry 

[HKEY_LOCAL_MACHINE\SOFTWARE\
Apache Software Foundation\Jakarta Isapi Redirector\1.0]
extension_uri=/jakarta/isapi_redirector.dll

(autoconf creates also the wrong name).


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Problem with ISAPI redirector for Tomcat 4.0.2

2002-02-28 Thread Bryan Baker

Hello,

I added the ISAPI redirector for 4.0.2 (isapi_redirector.dll, dated 13 Feb
2002, sized 241766 bytes) to IIS 5.0 (W2K SP2). Tomcat 4.0.2 works fine, but
when requesting a resource via IIS I got the message:

The specified module could not be found.

I deleted this filter, and downloaded and installed the ISAPI filter for
3.3. That works--IIS redirects the requests to Tomcat and a correct response
is generated. I made no other changes to IIS or Tomcat to get this to work.

Is there a bug in the new isapi_redirector.dll? Or are there additional
configuration steps needed?

Bryan Baker
ESRI, Inc.
Redlands, CA, USA

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]