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

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

2011-01-27 Thread Jehan Badshah
Dear all Following is the configuration of *worker.properties* file, using that configuration my browser (or apache) goes in endless loop. please help. - *worker.properties*

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

2011-01-27 Thread Jehan Badshah
Dear all Following is the configuration of *worker.properties* file, using that configuration my browser (or apache) goes in endless loop. please help. - *worker.properties*

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

2011-01-27 Thread Lukas Sklenar
...@nu.edu.pk] Sent: 27 January 2011 09:51 To: users@httpd.apache.org Subject: [users@httpd] problem in Loadbalancing using mod_jk (configuration of worker.properties attached) Dear all Following is the configuration of worker.properties file, using that configuration my browser (or apache) goes

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

2011-01-27 Thread Jehan Badshah
Dear all Following is the configuration of *worker.properties* file, using that configuration my browser (or apache) goes in endless loop. please help. - *worker.properties*

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