What is a cluster? What is High Availability and Fail over?
Answer Posted / supreet yadav
WebLogic Server instances in a cluster detect failures of
their peer server instances by monitoring:
* Socket connections to a peer server
* Regular server heartbeat messages
In clusters that utilize Web servers with WebLogic proxy
plug-ins, the proxy plug-in handles failover transparently
to the client. If a server fails, the plug-in locates the
replicated HTTP session state on a secondary server and
redirects the client's request accordingly.
For clusters that use a supported hardware load balancing
solution, the load balancing hardware simply redirects
client requests to any available server in the WebLogic
Server cluster. The cluster itself obtains the replica of
the client's HTTP session state from a secondary server in
the cluster.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between T3 and HTTP protocol ?
What is ticketing tool used in your project?
What are the recommend parameters to improve the prformance from data-source point of view.
Why do I get noclassdeffound/too many open files messages on solaris? : BEA Weblogic
How are the notifications generated when a server is added to a cluster?
Explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
What is thread stack size? What is the default thread stack size in windows? Which memory space does thread stack get allocated from?
How many types do you configure managed server in weblogic server?
What is meant by unicast?
Can the messaging bridge handle two-phase or global transactions between separate weblogic server domains or between different releases? : BEA Weblogic
How to write a program to bind string values in a preparedstatement?
Define the list of pre-configured queues?
What is a messaging bridge?
What are the special design care that must be taken when you work with local interfaces?
Write a program of web logic server to get the connection pool attribute?