BEA Weblogic Question: Download BEA Weblogic PDF

How do stubs work in a WebLogic Server cluster?

Tweet Share WhatsApp

Answer:

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.

Download BEA Weblogic PDF Read All 140 BEA Weblogic Questions
Previous QuestionNext Question
I tried to run two of the applets in the examples directory of the distribution?Why did my JDBC code throw a rollback SQLException?