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
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
:)
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
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