Oracle WebLogic Server 12c: Administration I — Question 55
Consider a domain that includes a dynamic cluster of three servers. Your network administrator requires all servers to bind the specific domain name mycompany.com.
Which Administration Console action implements this requirement?
Answer options
- 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.
Correct answer: A
Explanation
The correct answer is A because using a ${macro} in the server template's listen address allows for the dynamic assignment of the specified domain name to all servers in the cluster. Options B and C do not address the requirement of binding the specific domain name to all servers, and option D only updates the listen address prefix but does not utilize the ${macro} functionality needed for dynamic binding.