Which of the following is true?

Scenario : A single tier WebLogic cluster is configured with six Managed Servers. An Enterprise
application is deployed to the cluster with a web application and EJBs packaged in the same EAR
file.
A JSP in the web application makes an initial Context lookup on the stateless EJB and makes
multiple method calls to the EJB. Which of the following is true?

Scenario : A single tier WebLogic cluster is configured with six Managed Servers. An Enterprise
application is deployed to the cluster with a web application and EJBs packaged in the same EAR
file.
A JSP in the web application makes an initial Context lookup on the stateless EJB and makes
multiple method calls to the EJB. Which of the following is true?

A.
Each method call is invoked on an EJB on the same server as the web application as long as
the server is not overloaded.

B.
Each method call is invoked on the same EJB in the same server as the web application as
long as the server is not overloaded.

C.
Each method call round robins between the servers.

D.
The behavior depends on the load algorithm on the replica-aware stub.

E.
Every third call goes to a random server.



Leave a Reply 0

Your email address will not be published. Required fields are marked *