Which four statements are true about WLST?

Which four statements are true about WLST?

Which four statements are true about WLST?

A.
You can create a domain with WLST.

B.
WLST commands are case-insensitive.

C.
You can shut down servers with WLST.

D.
All WLST commands include parentheses.

E.
WLST is based on the Perl scripting language.

F.
You can connect to any server through WLST.

G.
The Administration Server needs to be running to use WLST.

Explanation:
A: WLST enables you to create a new domain or update an existing domain without
connecting to a running WebLogic Server (that is, using WLST offline)—supporting the same
functionality as the Configuration Wizard.
B: WLST command names and arguments are case sensitive.
C: The WLST shutdown command Gracefully shuts down a running server instance or a cluster.
The shutdown command waits for all the in-process work to be completed before shutting down
the server or cluster.
You shut down a server to which WLST is connected by entering the shutdown command without
any arguments.
D: All WLST commands include parentheses.
Example: exit(),startApplication(appName, [options])
Reference: Documentation Home > BEA WebLogic Server 9.2 Documentation > WebLogic
Scripting Tool > WLST Command and Variable Reference



Leave a Reply 7

Your email address will not be published. Required fields are marked *


Sherif Salama

Sherif Salama

The correct answer is
A , C , D , F

Maddox

Maddox

A, B, C, F because “print” command does not include parentheses.

hchimi

hchimi

The correct answer is:
ACDF