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 / kruthi
1)A WLS clustr consists a group of server instances that
work together and look like a single instance to the
client.Cluster provides increased scalability, high
availability, load balancing, reliability etc.Through
multicaste adresses all the WLserver will communicate
through Heart Beat.For ever few sec the WLS instances will
release thir heart beats and if any of the server instances
does not release the heart beat then that server in
unavailable.And the stub also refreshes its list very
periodicaly so that it can know the available server
instances.
2)Yes, the other server will know through Heart Beats.
| Is This Answer Correct ? | 41 Yes | 3 No |
Post New Answer View All Answers
Explain what are the transaction isolation levels supported by weblogic jdriver?
What is the server?
What is Graphic mode?
What happens when a failure occurs and the stub cannot connect to a weblogic server instance?
What are application servers?
How to update license?
How can the OUT OF MEMORY be solved?
What are tuning jvm parameters?
How do I use jta transactions within an mdb? : BEA Weblogic
What is the format of a log message in a web logic server?
What is the nm?
What is wlst?
What is the domain in weblogic server?
What are stubs?
How does concurrency work for message-driven beans? : BEA Weblogic