Your developers have decided to use a deployment plan with their applications that will be deployed by WebLogic administrators into one or more WebLogic Server production environments.
Which two primary goals can be accomplished by leveraging a deployment plan? (Choose two.)
The primary goals in exporting a deployment configuration are:
* To expose the external resources requirements of the application as null variables in a deployment plan.
Any external resources required by the application are subject to change when the application is deployed to a different environment. For example, the JNDI names of datasources used in your development environment may be different from those used in testing or production. Exposing those JNDI names as variables makes it easy for deployers to use available resources or create required resources when deploying the application.
* To expose additional configurable properties, such as tuning parameters, as variables in a deployment plan.
Currently there are no comments in this discussion, be the first to comment!