On 03/05/2010 09:22 AM, Jason Foy wrote:
Hi guys, I have a need for IIS 7 to load 32-bit Tomcat connector since for some reason our 64-bit Tomcat connector works in some way but not completely behave same as IIS 6 / 32-bit connector. I got following error Calling LoadLibraryEx on ISAPI filter "D:\Tomcat\Jakarta Isapi Redirector\bin\isapi_redirect.dll" failedAny suggestions are so welcome since I am really desperate.
Couple of things. I presume you have created WOW64 registry keys for isapi_redirect, since there is where it'll look. OTOH isapi_redirect is both filter and extension. Seems to me that the given script only handles extensions not filters and is meant for legacy code that was not ported to 32 bits. So you would have to make sure that you load filter in 32 bit mode as well (I presume using 32-bit mode application pool) If you have some real reasons why the 32-bit behaves differently then 64-bit, I'll be interested. Regards -- ^TM --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org