Hi
I have the following problem :
We are having 3 Jboss servers(Say A,B,C) , we are maintaining 30 employees per 1 Jboss , So if Server A fails then i need to loadbalance to Server B and if B Server fails then Server C.
Can any one please help me in this case, i need the help very badly .Can any one give me the steps (step-by-step) or any sample code in java/jsp etc.
A JBoss(Master)
|
----------------------
| |
B JBoss(Slave) C JBoss(Slave)
Condition 1:
A ----> fails
then the request should automatically has to go to Server B
B------>fails
then the request should automatically has to go to Server C
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973690#3973690
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973690
Hi
I have the following problem :
We are having 3 Jboss servers(Say A,B,C) , we are maintaining 30 employees per 1 Jboss , So if Server A fails then i need to loadbalance to Server B and if B Server fails then Server C.
Can any one please help me in this case, i need the help very badly .Can any one give me the steps (step-by-step) or any sample code in java/jsp etc.
A JBoss(Master)
|
----------------------
B JBoss(Slave) C JBoss(Slave)
Condition 1:
A ----> fails
then the request should automatically has to go to Server B
B------>fails
then the request should automatically has to go to Server C
waiting for the reply
Many Thanx
GopiKrishna
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973688#3973688
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973688
Hi sir , i am having problem with the following :
I have 3 nodes : A(Node),B(Node),C(Node)
say , node A is Master and remaining node B and node C are slaves.So whenever node A fails i need to join node B and if B fails node C.
Can you help me how can i proceed... i am not having any idea .Please can you give some sample code(JAVA) .Or Can you give me the steps how to change any .XML or others.
Thanq
GopiKrishna
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973687#3973687
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973687
I have a two node cluster and would like to ensure that node 1 is always the master whenever it is available. Currently, if node 1 is shutdown then node 2 quite correctly elects itself the master. However, when node 1 becomes available again it joins the cluster as a slave. How can I configure JBoss such that node 1 always elects itself as the master when it is available?
Many thanks,
Adrian
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973685#3973685
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973685