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
How can I avoid resourceexceptions when sending more requests for database connections from the pool than are currently available? : BEA Weblogic
What are class paths? How can they be set?
How should you type cast a remote object?
When should I use multicast subscribers? : BEA Weblogic
What are class paths?
How many ways to start and stop weblogic servers?
We see an error like 404 and 500. What do they mean?
What are the types of gc and in which different scenarios each should be used?
What is the emergency log message?
How can an application do a jms operation and have it succeed, independent of the result of the transaction? : BEA Weblogic
Write a program to call the store procedure of oracle that takes no parameter?
how ITIL process occurs in weblogic?
Why is there no polymorphic-type response from a create () or find () method?
Can the messaging bridge forward durable subscription messages between separate weblogic server 6.1 and release 7.0 or later domains? : BEA Weblogic
How do I configure jdbc so that the jms jdbc store recovers automatically? : BEA Weblogic