QuestionQ56

Configuring and Monitoring WebLogic Server

Consider a domain that contains a dynamic cluster of three servers. Your network administrator requires every server to bind to the specific domain name mycompany.com.

Which Administration Console action implements this requirement?

  • A Use a ${macro} in the server template's listen address.
  • B Assign each dynamic server a separate machine.
  • C Create multiple server templates for the cluster.
  • D Update the cluster's listen address prefix.
Explanation

Dynamic servers inherit their common configuration from a single server template. WebLogic Server permits macros in any string attribute of a server template, so a macro in the template’s listen address can produce the required domain-based listen address for every dynamic server. Machine assignment controls placement, and the server-name prefix controls server names rather than listen addresses.

Learn more

Community Discussion

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