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. An IIS proxy plug-in is configured for load balancing to the cluster. How does the proxy server
maintain the session stickiness to the cluster instances?
A.
Plug-in examines the session cookie in the user request.
B.
Plug-in uses the keep-alive connection pool to find the sticky server.
C.
Plug-in examines the heartbeats between the cluster instances.
D.
By using the cluster available list from the Admin server.
E.
Both a and b