Multiple choice technology web technology

Scenario : Consider an upgrade requirement from pre-WebLogic Server 9.x to the WebLogic Server 9.x. Since the administration scripts in the prior version used WebLogic Ant tasks for creation and deployment, the team decides to use the Ant build.xml approach and extend this to the current version of the server. Which of the following about the Ant task wlserver is INCORRECT?

  1. wlserver can be used to start, reboot or shut down server instances

  2. wlserver can be used to connect to existing server instances

  3. wlserver can be used to create a multiple server domain configuration.

  4. wlserver can be used to create a single server domain and to connect to the server.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The wlserver Ant task in WebLogic is designed for basic server operations and domain configuration. It can start, reboot, shut down servers (A), connect to existing instances (B), and create single-server domains (D). However, creating multiple server domain configurations requires more advanced tools or the Configuration Wizard, not the basic wlserver task.