QuestionQ29
Deploying ApplicationsAn 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
Community Discussion