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 |
What is unicast in weblogic?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems? : BEA Weblogic
what is mission in weblogic
what r critical issues in weblogic
2 Answers Accenture, IBM, Tech Mahindra,
Can you explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
Explain the diffrernces between 8.x and 9.x?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception? : BEA Weblogic
Is it ok to add new sessions and subscribers to a queue or topic connection once it has been started? : BEA Weblogic
What does 'stub' mean in weblogic server?
Do you know what are the steps in which unicode codesets can be set with the weblogic jdriver?
Why in jdk we have two different folders for bin and lib ?
What is the standard way to create threads, do initialization, etc. Within the application server? : BEA Weblogic