Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • PrintPrint
Share this Page URL
Help

1 Installing WebLogic Server and Using t... > The WebLogic Scripting Tool (WLST)

The WebLogic Scripting Tool (WLST)

Most application servers provide you with a good scripting tool. For example, IBM's WebSphere has a scripting tool called wsadmin that is based on Jython, and JBoss has a similar scripting tool. Oracle WebLogic Server offers you a wonderful scripting tool called WebLogic Scripting Tool (WLST). WLST is a very powerful tool, capable of performing several different types of administrative tasks for you, including configuration, management, and monitoring of tasks. As you'll see in Chapter 2, you can connect to Node Manager through the WLST interface to manage the server instances. For ease of use, you can use simple Python scripts as wrappers for WLST commands.

You can use WLST in interactive mode by invoking it at the command line. You can also use it in batch mode by putting WLST commands in scripts, and you can embed WLST commands in Java code by importing weblogic.management.scripting.utils.WLSTinterpreter into your Java class.


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial