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 / mohit
1. cluster is group of WLS instances which are capable of
sharing loads (through load balancing) and providing high
availability for all deployments.
Weblogic instance uses the multicast address to
commmunicate with each other (to communicate their status
to other members of the cluster).
2. Yes, Server instances are aware of the accessibility of
the other members of the cluster (as each server instance
sends heartbeats on <multicast address>:<multicast port>)
and hence are failover capable.
| Is This Answer Correct ? | 28 Yes | 0 No |
Post New Answer View All Answers
Explain the performance tuning in jvm?
Write a program to bind string values in a preparedstatement?
What happens when a failure occurs and the stub cannot connect to a weblogic server instance?
Is an xslt processor bundled in weblogic server?
When can high usage of CPU occur?
Can weblogic server start with a unix boot? : BEA Weblogic
Can We Start A Managed Server If The Administration Server Is Unavailable ?
Java-corba integration: rmi-iiop or java idl? : BEA Weblogic
what is mission in weblogic
How do I manage a queue to view and delete specific messages? : BEA Weblogic
Explain how a web logic server works?
What is jvm tuning?
What is the admin server?
What are the steps required to setup the oracle instance for os authentication?
What causes java.io exceptions in the log file of weblogic server?