How do you implement this requirement?

A web application is configured for in-memory replication and is deployed to a cluster. This
cluster is distributed across two buildings on a university campus. For performance reasons,
you requires that session replication occur within the building whenever possible. How do
you implement this requirement?

A web application is configured for in-memory replication and is deployed to a cluster. This
cluster is distributed across two buildings on a university campus. For performance reasons,
you requires that session replication occur within the building whenever possible. How do
you implement this requirement?

A.
Configure the clusterto use multicast communication.

B.
Configure the application’s cookies parameters.

C.
Configure each server’s replication group.

D.
Disable the dynamic server list in the proxy plug –in.

Explanation:



Leave a Reply 4

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


Mario

Mario

I think correct is C
By default, WebLogic Server attempts to create session state replicas on a different machine than the one that hosts the primary session state. “”””You can further control where secondary states are placed using replication groups”””. A replication group is a preferred list of clustered servers to be used for storing session state replicas

Michael

Michael

The correct answer C