1. What is clustering? How do weblogic instances communicate
in a clustered environment!
2. In a cluster, if one of the servers has issues and is not
accessible, will the other servers know about it? and how??
Answer Posted / mohit
1. cluster is group of WLS instances which are capable of
sharing loads (through load balancing) and providing high
availability for all deployments.
Weblogic instance uses the multicast address to
commmunicate with each other (to communicate their status
to other members of the cluster).
2. Yes, Server instances are aware of the accessibility of
the other members of the cluster (as each server instance
sends heartbeats on <multicast address>:<multicast port>)
and hence are failover capable.
| Is This Answer Correct ? | 28 Yes | 0 No |
Post New Answer View All Answers
What is Multicast?
What are the different groups under web logic security?.
What causes java.io exceptions in the log file? : BEA Weblogic
When does high cpu usage occur?
What is a domain?
what are the new features of Webservices 1.6 than 1.4.From the interface and implementation aspect4.
In Future how the role of WEBLOGIC in realtime ?
What is error ora-6502? : BEA Weblogic
What are the States of the Weblogic Server ?
How do I manage a queue to view and delete specific messages? : BEA Weblogic
What is non-stage deployment?
What is core server tuning?
What technologies are included in j2ee?
What are the databases that are available to be used with the web logic j2ee connector architecture?
What is meant by unicast?