Re: Unable to acheive load balcing using mod_jk

2010-09-07 Thread Brett Delle Grazie
On Tue, 2010-09-07 at 17:11 +0200, Rainer Jung wrote: > On 07.09.2010 17:04, Brett Delle Grazie wrote: > > On Tue, 2010-09-07 at 11:15 +0200, Mladen Turk wrote: > >> On 09/07/2010 11:02 AM, Amol Puglia wrote: > >>> Hello Team, > >>> > >>> Below are the details of workers.properties file and httpd.c

Re: Unable to acheive load balcing using mod_jk

2010-09-07 Thread Rainer Jung
On 07.09.2010 17:04, Brett Delle Grazie wrote: On Tue, 2010-09-07 at 11:15 +0200, Mladen Turk wrote: On 09/07/2010 11:02 AM, Amol Puglia wrote: Hello Team, Below are the details of workers.properties file and httpd.conf file. # lists the workers by name worker.list=tomcat1, tomcat2, tomcat3,

Re: Unable to acheive load balcing using mod_jk

2010-09-07 Thread Brett Delle Grazie
On Tue, 2010-09-07 at 11:15 +0200, Mladen Turk wrote: > On 09/07/2010 11:02 AM, Amol Puglia wrote: > > Hello Team, > > > > Below are the details of workers.properties file and httpd.conf file. > > > > # lists the workers by name > > > > worker.list=tomcat1, tomcat2, tomcat3, loadbalancer > > > > T

Re: Unable to acheive load balcing using mod_jk

2010-09-07 Thread Rainer Jung
wrote: From: Rainer Jung Subject: Re: Unable to acheive load balcing using mod_jk To: "Tomcat Users List" Date: Tuesday, September 7, 2010, 3:02 PM On 07.09.2010 11:15, Mladen Turk wrote: On 09/07/2010 11:02 AM, Amol Puglia wrote: Hello Team, Below are the details of workers.prop

Re: Unable to acheive load balcing using mod_jk

2010-09-07 Thread Amol Puglia
=loadbalancer --- On Tue, 9/7/10, Rainer Jung wrote: From: Rainer Jung Subject: Re: Unable to acheive load balcing using mod_jk To: "Tomcat Users List" Date: Tuesday, September 7, 2010, 3:02 PM On 07.09.2010 11:15, Mladen Turk wrote: > On 09/07/2010 11:02 AM, Amol Puglia wrote:

Re: Unable to acheive load balcing using mod_jk

2010-09-07 Thread Rainer Jung
On 07.09.2010 11:15, Mladen Turk wrote: On 09/07/2010 11:02 AM, Amol Puglia wrote: Hello Team, Below are the details of workers.properties file and httpd.conf file. # lists the workers by name worker.list=tomcat1, tomcat2, tomcat3, loadbalancer This should be worker.list=loadbalancer Note

Re: Unable to acheive load balcing using mod_jk

2010-09-07 Thread Mladen Turk
On 09/07/2010 11:02 AM, Amol Puglia wrote: Hello Team, Below are the details of workers.properties file and httpd.conf file. # lists the workers by name worker.list=tomcat1, tomcat2, tomcat3, loadbalancer This should be worker.list=loadbalancer Note that workers that constitute load balanc

Unable to acheive load balcing using mod_jk

2010-09-07 Thread Amol Puglia
Hello Team, We have installed one instance of apache and 3 instance of tomcat. We have compiled mod_jk module to forward request to 3 instance of tomcat. We have configured workers.properties and it is loaded in httpd.conf file. Below are the details of workers.properties file and httpd.conf fi