Oracle WebLogic Server 12c: Advanced Administration II — Question 36
You have an application already deployed in a production environment that needs a modification to one of its tuning parameters. Currently, that tuning parameter has a default value since there was neither a deployment descriptor used nor a deployment plan included with the application deployment. You now attempt to use the Administration Console web application to make a dynamic modification to that parameter.
Which statement is true? (Choose the best answer.)
Answer options
- A. A new deployment plan will be generated and saved at the indicated location.
- B. The modification attempt will fail because there is no deployment descriptor included within the application.
- C. The modification attempt will fail because there is no existing deployment plan associated with the application.
- D. A new skeleton plan.xml will be generated if a plan folder is detected with the deployed application.
Correct answer: D
Explanation
The correct answer is D because when a plan folder is detected, the system generates a skeleton plan.xml, which can be used to manage the tuning parameter. Options A, B, and C are incorrect because they misinterpret the deployment plan and descriptor requirements; the presence of a plan folder is sufficient to generate a new skeleton plan regardless of existing descriptors or plans.