Multiple choice technology platforms and products

To ensure that deployment of an application in a cluster succeeds only if all manged servers in the cluster are active and deploys the application succesfully

  1. Nothing needs to be done as weblogic ensures this by default

  2. Nothing can be done, There is no way to enforce this,

  3. DisableClusterConstraints for the domain should be set to false

  4. EnableClusterConstraints for the domain should be set to true

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

EnableClusterConstraints domain setting when true enforces that cluster deployments only succeed if ALL managed servers are active and successfully deploy. This prevents partial deployment scenarios where some servers fail while others succeed.