What does 'stub' mean in weblogic server?
Answers were Sorted based on User's Feedback
Answer / kruthi
clients that connect to a WLS instances and look like a
single clustered object obtain a replica-aware-stub of the
object. The stub contains the list of all the available
server instancesof the object.It also has a load balancing
logic to distribute the load across the multiple hosts.
Is This Answer Correct ? | 16 Yes | 9 No |
Answer / rajeev
One managed server fails ,stub who copies the session to other managed server,Stub frequently check the state of the managed server
Is This Answer Correct ? | 5 Yes | 5 No |
Can you explain what are the ways in which the dns request of failed servers handled?
How can I set deployment order for applications?
what is command for find out the ip add and port no. of the machine in UNIX?
You are getting a error in your appserver/webserver logs "connection refused", from the operating system perspective how will you troubleshoot this?
Define managed servers?
Explain the performance tuning in jvm?
How many ways to start and stop weblogic servers?
What does the connected to element in the toolbar signify?
Can you use a foreign jms provider to drive an mdb transactionally? : BEA Weblogic
How could you retrieve password for I-Planet console if you have forgotten?
Explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?