How To Configure Proxy If Multiple Manager Servers Are There in Cluster? Where Will You Check Whether The Cluster Is Load Balancing The Request?
How To Configure Proxy If Multiple Manager Servers Are There in Cluster? Where Will You Check Whether The Cluster Is Load Balancing The Request?
10. Where will you check whether the cluster is load balancing the request?
13. If some servers in cluster are running some of them are down is
it deployment is possible?
All the managed servers must be up and running.
14. How managed servers will communicate in cluster?
peer
15. What is the cluster in weblogic ? Cluster types and cluster algorithms?
To understand failover support for different types of objects, see Replication and Failover for
EJBs and RMIs. WebLogic Server clusters support multiplealgorithms for load
balancing clustered EJBs and RMI objects: round-robin, weight-based, random, round-
robin-affinity, weight-based-affinity, and random-affinity.
16. Steps for horizontal clustering?
Cluster across multiple physical machines
Horizontal clustering involves running multiple Java application servers that are run on two or more
separate physical machines.
like shown below where all the managed servers are in a cluster -
Machine-1
- Admin Server
- MS-1
- MS-2Machine-2
- MS-3
- MS-4
17. Two managed MS1, MS2 servers is there in a cluster. how can you say that
load is there on only one server?
based on the load Balancing algorithm
18. Give me the real time scenario to configure weight based algorithm in a
cluster?
20. What are the differences between multicast and unicast clustering?