Re: [users@httpd] problem in Loadbalancing using mod_jk (configuration of worker.properties attached)

2011-01-28 Thread Igor Galić
- Jehan Badshah jehan.bads...@nu.edu.pk wrote: Dear all Hi, Following is the configuration of worker.properties file, mod_jk questions should go to us...@tomcat.apache.org If you ask them here, you'll generally hear: Use mod_proxy_(ajp|http) -- Igor Galić Tel: +43 (0) 664 886 22 883

RE: [users@httpd] problem in Loadbalancing using mod_jk (configuration of worker.properties attached)

2011-01-27 Thread Lukas Sklenar
To my unexperienced eye you need node1, node2 and node3 in your worker.list property as well as the loadbalance and status workers. Hth, Lukas __ Lukas Sklenar From: Jehan Badshah

Re: [users@httpd] problem in Loadbalancing using mod_jk (configuration of worker.properties attached)

2011-01-27 Thread Igor Cicimov
Did you configure the Tomcats though? Make sure that jvmRoute attribute is set at your Engine so for the first one you need to have Engine name=Catalina jvmRoute=node1 for second one Engine name=Catalina jvmRoute=node2 etc. On Fri, Jan 28, 2011 at 3:20 PM, Jehan Badshah

Re: [users@httpd] problem in Loadbalancing using mod_jk (configuration of worker.properties attached)

2011-01-27 Thread Jehan Badshah
Yes! to tomcat/conf/server.xml I have already added Engine name=*Catalina* defaultHost=*localhost* jvmRoute=*node1* to 172.16.100.122 Engine name=*Catalina* defaultHost=*localhost* jvmRoute=*node2* to 172.16.100.121 Engine name=*Catalina* defaultHost=*localhost* jvmRoute=*node3* to

Re: [users@httpd] problem in Loadbalancing using mod_jk (configuration of worker.properties attached)

2011-01-27 Thread Igor Cicimov
Whats the URI that is not working? What is your jk_module configuration in the httpd.conf file? Do you have the appropriate JkMount statements in it? Post it here please the code between these two IfModule jk_module /IfModule On Fri, Jan 28, 2011 at 4:52 PM, Jehan Badshah