Oracle WebLogic Server 12c: Administration I — Question 30
While using the Configuration Wizard to create a new domain, you do not set the Listen Address for the administration server and accept the default value. What is the result?
Answer options
- A. Server startup fails
- B. The server binds to localhost
- C. The server prompts for an address when it is started the first time
- D. The server attempts to bind to all network interfaces on the host OS
Correct answer: D
Explanation
If you do not specify a Listen Address and accept the default, the server is configured to bind to all available network interfaces, allowing access from any address. This behavior is intended to ensure that the server is accessible, unlike the other options which either indicate failure or limited binding to localhost.