What is a cluster? What is High Availability and Fail over?
Answer Posted / ramu2k20
ctuster is a group of managed server act as a single server
is called a cluster.
High availability:high availability is the guaranty of the
availability of the application server in a weblogic server
cluster application processing can continue when server
instance fails.By deploying multiple server instance in a
cluster. so if a server instance on which the component is
running fails. Another server instance on which the
component is deployed can continue application processing.
Fail Over:To distribute the request across all members of
the clusters, according to the workload on each server.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is ticketing tool used in your project?
How do I start wls and configure jms? : BEA Weblogic
What is the default jvm used for weblogic?
How Work Manager works in wls 9.2 and above versions?
List components of jndi?
Do you know what type of object is returned by resultset.getobject()?
What is the domain in weblogic server?
Why the node manager is required?
Why would a client application use jta transactions?
How are notifications made when a server is added to a cluster?
What Is The Advantage Of Clustering ?
What is the difference in the web.xml and weblogic.xml ?
How does a server know when another server is unavailable ?
How do I set up my classpath? : BEA Weblogic
What is thread stack size? What is the default thread stack size in windows? Which memory space does thread stack get allocated from?