Monday, February 25, 2013

What is WLST ?



The WebLogic Scripting Tool (WLST) is a command-line scripting interface that system administrators and operators use to monitor and manage WebLogic Server instances and domains.
image
Figure: WLST used to monitor and manage weblogic domains and Instances.
Built On:
The WLST scripting environment is based on the Java scripting interpreter, Jython (Java + Python).


Accessibility :
You can access WLST in two ways.
1] WLST Online [Connecting to running server instances]
2] WLST Offline[With out connecting running server instances]


Modes of Access:
1] Interactively, on the command line—
Interactive Mode
2] In a text file—
Script Mode
3] Embedded in Java code—
Embedded Mode
In the forthcoming posts we will see how to access and make use of this wonderful WLST tool.


References:

No comments:

Post a Comment