Hi All,
I am having a problem with jk connector, the details of which are given below:
OS details:
microsoft windows server 2003
standard edition
service pack 2
windows 64 bit
Tomcat and java are working fine but we not able to connect it to the IIS server. For solving this issue, we downloaded dll file of jk connector , placed it on the server . Then we added a ISAPI filter and now when we restart IIS, this ISAPI filter is marked with red and the following error message appears in the EventLog:
For 64 bit vs. of isapi_redirect.dll, we get the following error:
ISAPI Filter 'C:\jk64\isapi_redirect.dll' could not be loaded due to a configuration problem. The current configuration only supports loading images built for a x86 processor architecture. The data field contains the error number. To learn more about this issue, including how to troubleshooting this kind of processor architecture mismatch error, see
http://go.microsoft.com/fwlink/?LinkId=29349.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
For 32 bit vs of isapi_redirect.dll, the following:
Could not load all ISAPI filters for site/service. Therefore startup aborted.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
The HTTP Filter DLL C:\jk32\isapi_redirect.dll failed to load. The data is the error.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
On addition of this dll, IIS does not show even simple html files.
Thanks in advance