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
What is wlst?
What is meant by adminserver?
What is meant by managedserver?
How can I control on which weblogic server(s) my application will run? : BEA Weblogic
How to configure a DB connection pool ?
Arrange in order the various message severity levels?
What is the max amount of information that can be saved in a session object?
I tried to run two of the applets in the examples directory of the distribution? : BEA Weblogic
Explain the difference between txdatasource and datasource?
Explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?
How do I provide user credentials for starting weblogic server?
which protocol it user to connect manage server to admin ? where it is defined ?
What happens if acknowledge() is called within a transaction? : BEA Weblogic
What is the list of pre-configured queues?
How do I connect to an sql server instance that is running on a machine with multiple instances of sql server 2000? : BEA Weblogic