My apache httpd server version is 2.4.
I am unable to start after I place mod_jk
module in the modules folder.
I want to try load balancing tomcat instances with the mod_jk connector and for this purpose I have installed and set an apache httpd server which works fine.
But when I downloaded the mod_jk
connector for 64 bit windows binary file which contains a file isapi_redirect.dll
(which I take as the windows counterpart for mod_jk.so file for unix distributions) and placed it in the modules directory of the apache server and configured it in httpd.conf
file the server fails to start and gives me following error:
syntax error cant locate api module structure jk_module
I need help as to how to set this up properly on windows with tomcat7