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.
We are using Ant inbuilt in Eclipse3.2. When we are trying to build the project, build is Successful. But after deploying WAR file ,when i try to start server using run.bat we are getting following error:
"Could not locate C:\j2sdk1.4.2_05;\lib\tools.jar. Unexpected results may occur. Make sure that JAVA_HOME points to a JDK and not a JRE."
Whereas JAVA_HOME is already pointing to java home directory. Also we added tools.jar in the classpath. But no use..