September 2011
Intermediate to advanced
528 pages
19h 57m
English
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 ...
Read now
Unlock full access