Oracle WebLogic Server 12c: Advanced Administration II — Question 17
You are deploying an application.
Which two are common processes for all three staging modes? (Choose two.)
Answer options
- A. The target server receives the deployment command, performs its internal preparation of the deployment, and performs the actual deployment.
- B. The administration server executes the deployment process on all targeted servers.
- C. The administration server copies all the files to each of the targeted servers.
- D. The administration server copies all the files to the appdeploy directory for the targeted servers.
- E. The administration server executes the unarchive process in each of the targeted servers.
Correct answer: B, E
Explanation
The correct answers, B and E, highlight critical actions taken by the administration server during deployment. Option B indicates that the administration server manages the deployment across all targets, while option E emphasizes the execution of the unarchive process on each server. Options A, C, and D are not universally applicable across all staging modes, as they describe processes that may vary depending on specific deployment strategies.