0

I am configuring httpd in windows server for load balancing. One of the step in configuration is to download tomcat connector for windows and put mod_jk.so file into modules folder. I downloaded latest connector of windows from https://tomcat.apache.org/download-connectors.cgi

But after extracting, I could not find this file. I found some steps to build it on some sites, but those steps are of linux environments.

How to get mod_jk.so for windows environment ?

  • https://stackoverflow.com/questions/41011820/how-to-install-mod-jk-apache-tomcat-connectors-on-windows-server – Developer Sep 28 '18 at 14:00

1 Answers1

0

If you want mod_jk for Windows/httpd, then you should get it from the same place you got your binary distribution of httpd.

You probably got it from ApacheLounge, which BTW is not directly-affiliated with the Apache Software Foundation, but has been providing Windows binaries for quite some time and seems to be reputable. YMMV.

Christopher Schultz
  • 20,221
  • 9
  • 60
  • 77