C9510-418 · Question #11
To write a Jython script to stop a running application server, an administrator should use which administrative object?
The correct answer is D. AdminControl. You can use the wsadmin tool to stop applications. There are two ways to complete this task. Firstly, you can use the AdminControl object to stop the application. Alternatively, you can use the scripts in the AdminApplication script library to start, stop, and administer your…
Question
To write a Jython script to stop a running application server, an administrator should use which administrative object?
Options
- AAdminApp
- BAdminTask
- CAdminConfig
- DAdminControl
How the community answered
(42 responses)- A2% (1)
- B14% (6)
- C7% (3)
- D76% (32)
Explanation
You can use the wsadmin tool to stop applications. There are two ways to complete this task. Firstly, you can use the AdminControl object to stop the application. Alternatively, you can use the scripts in the AdminApplication script library to start, stop, and administer your application configurations.
Topics
Community Discussion
No community discussion yet for this question.