Oracle SOA Suite 12c Essentials — Question 43
Which statement accurately describes deploying your SOA application to acluster?
Answer options
- A. Manually deploy the application to each managed server in the cluster.
- B. After deployment, restart each managed server in the cluster before theapplication is available for service.
- C. Use WebLogic Server Administration Console for deployment because youcannot deploy to a cluster from JDeveloper.
- D. Treat your cluster as a single deployment target and let theadministration server automatically deploy the application to all themanaged servers in the cluster.
Correct answer: C
Explanation
The correct answer is C because WebLogic Server Administration Console is the recommended tool for deploying applications to clusters, as JDeveloper does not support this functionality. Option A is incorrect because manual deployment to each managed server is inefficient. Option B is unnecessary since applications can be available without restarting managed servers after deployment. Option D is misleading since it implies a different deployment method that is not accurate for the context.