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]