Re: [us...@httpd] Re: Apache with multiple instance of jboss on same server

2009-06-11 Thread Tom Evans
On Thu, 2009-06-11 at 06:12 -0700, nilesh p wrote: > :) > Its like this, > > My workers.properties file is as below > > worker.list=loadbalancer > > > worker.loadbalancer.type=lb > #worker.loadbalancer.balance_workers=server1,server2,server3 > worker.loadbalancer.balance_workers=server2,server

Re: [us...@httpd] Re: Apache with multiple instance of jboss on same server

2009-06-11 Thread André Warnier
Hi. The configuration you provide below does not seem to make much sense. Why do you have 2 workers (4 and 5), connecting to the /same/ back-end (IP4) on the same port (8009) ? No wonder something is getting confused. I have not cross-checked the rest, but generally speaking : 1 "worker", port

[us...@httpd] Re: Apache with multiple instance of jboss on same server

2009-06-11 Thread nilesh p
:) Its like this, My workers.properties file is as below worker.list=loadbalancer worker.loadbalancer.type=lb #worker.loadbalancer.balance_workers=server1,server2,server3 worker.loadbalancer.balance_workers=server2,server3,server4,server5 worker.loadbalancer.sticky_session=true # Set propert