Oracle WebLogic Server 12c: Administration I — Question 53
You see a script called startWebLogic.sh (.cmd in Windows) in the root folder of your domain.
What does this script do?
Answer options
- A. Starts a machine
- B. Starts Node Manager
- C. Starts a Managed server
- D. Calls the startWebLogic.sh script in the domain's bin directory
- E. Calls the startManagedWebLogic.sh script in the domains bin directory
Correct answer: D
Explanation
The correct answer is D because the startWebLogic.sh script is designed to call the corresponding script in the bin directory of the domain, which is responsible for starting the WebLogic server. The other options are incorrect as they refer to different functions that do not pertain to the script's specific role of invoking another script.