[us...@httpd] Re: Apache load balancing

2009-08-14 Thread nilesh p
through jboss web console that connections are being made to the second server PS: server 2 is shutdown, so server3 and server4 are the 2 jboss servers nilesh p wrote: > > Dear Friends, > > Using apache i am trying to load balance JBOSS.There are 2 JBOSS instances > on

[us...@httpd] Apache load balancing

2009-08-14 Thread nilesh p
Dear Friends, Using apache i am trying to load balance JBOSS.There are 2 JBOSS instances on 2 different servers.Now if only one JBOSS is started , the application works perfectly. However, when i start the other JBOSS, my application starts giving "service temporarily unavailable" or "session exp

[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

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

2009-06-11 Thread nilesh p
Hi, We have Apache Web server which is to be linked to 2 jboss instances on the same server. We have made the entries in workers.properties file but what changes need to be done in Jboss so that both instances are picked up by Apache load balancer? I tried changing Connector port="8009" to 8007 f