Thursday, March 6

How do stubs work in a WebLogic Server cluster?


Clients that connect to a WebLogic Server cluster and look up a clustered object obtain a replica-aware stub for the object.
This stub contains the list of available server instances that host implementations of the object.
The stub also contains the load-balancing logic for distributing the load among its host servers.


3 comments:

  1. It will look available servers with in the clusters so based availability server will be received by the browser request from LB-WEB SERVER-ROUTING METHOD(ROUND ROBIN/RANDOM/WEIGHT BASED).It will check 60 sec for each request availability with in the cluster.

    ReplyDelete
  2. It will look available servers with in the clusters so based availability server will be received by the browser request from LB-WEB SERVER-ROUTING METHOD(ROUND ROBIN/RANDOM/WEIGHT BASED).It will check 60 sec for each request availability with in the cluster.

    ReplyDelete
  3. Hi All,

    can any1 let me know where i can find "stub", i mean path.

    ReplyDelete