QuestionQ29

Deploying Applications

An application was deployed successfully on WebLogic 12c, but its deployment name differs from the expected name.

After checking several locations and trying multiple deployments, you want to use the method that has precedence over all others when setting the deployment name. Which method should be used to override the default deployment name?

  • A Define the name in the library's manifest file
  • B Configure the <module-name> element in web.xml
  • C Run weblogic.Deployer with the ""name option
  • D Set a computed name based on the deployment source file
  • E Set the <application-name> element in application.xml
Explanation

WebLogic Server gives the weblogic.Deployer -name option the highest deployment-name precedence. It overrides names supplied in a manifest file or deployment descriptor, as well as a name computed from the deployment source file.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!