Hi,
I am trying to set loadbalancer for
JBoss using Apache and mod_jk.
1) I have modified httpd.conf file by adding following line at end:
Include APACHE_HOME/conf/mod-jk.conf
2) created APACHE_HOME/conf/mod-jk.conf file
3) Created APACHE_HOME/conf/workers.properties file
4) Created APACHE_HOME/conf/uriworkermap.properties file
5) Placed mod_jk.so in APACHE_HOME/modules folder
When I am starting the Apache server, it is giving me error saying:
"Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_jk.so into server:The specified module could not be found."
Can somebody help on this? I am badly stuck on this problem.