Версия для печати темы
Нажмите сюда для просмотра этой темы в оригинальном формате |
Форум программистов > Администрирование Web серверов и Web служб > jk-connector для связки IIS Tomcat |
Автор: glazov 28.3.2007, 10:25 |
Есть следующая проблема. На компе с такой конфигурацией: microsoft windows server 2003 standard edition service pack 2 windows 64 bit установлены Tomcat 5.5.20 iis 6 Надо связать IIS и Tomcat, то есть сделать так чтобы запросы определенного вида на iis 6 редиректились на Томкат. Обычно использовал jk-connector. Всегда хорошо ставилось и на Линухе и на Винде. А на этом сервере не ставится. Скачал isapi_redirect.dll, добавляю его как ISAPI filter в IIS. После перезагрузки IIS он помечен красным цветом (то есть не загрузился). Пробовал и 32 битную версию и 64 битную. Вот что появилось в EventLog: Для 64 bit версии of isapi_redirect.dll: 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. Для 32 bit версии: 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. |