Oracle® Fusion Middleware WebLogic Scripting Tool Command Reference 11g Release 1 (10.3.1) Part Number E13813-01 |
|
|
View PDF |
This section describes the contents and organization of this guide—WebLogic Scripting Tool Command Reference.
This document describes all of the commands that are availabe to use with the WebLogic Scripting Tool (WLST). This document includes WLST commands for WebLogic Server, as well as custom WLST commands that can be used to manage installed Oracle Fusion Middleware components.
Note:
Custom WLST commands for a given Oracle Fusion Middleware component are available for use only if the component is installed in the ORACLE_HOME directory.This document is written for WebLogic Server administrators and operators who deploy Java EE applications using the Java Platform, Enterprise Edition (Java EE) from Sun Microsystems. It is assumed that readers are familiar with Web technologies and the operating system and platform where WebLogic Server is installed.
This document is organized as follows:
This chapter, "Introduction and Roadmap," introduces the organization of this guide and lists related documentation.
Chapter 2, "WebLogic Server WLST Online and Offline Command Reference," summarizes WebLogic Server WLST commands alphabetically and by online/offline usage.
Chapter 3, "WLST Command and Variable Reference," provides detailed descriptions for each of the WebLogic Server WLST commands and variables.
Chapter 4, "Infrastructure Security Custom WLST Commands," provides detailed descriptions for each of the custom WLST commands that can be used to manage the Oracle Fusion Middleware Infrastructure Security components.
Chapter 5, "Oracle WebCenter Custom WLST Commands," provides detailed descriptions for each of the custom WLST commands that can be used to manage the Oracle Fusion Middleware WebCenter component.
Chapter 6, "User Messaging Service (UMS) Custom WLST Commands," provides detailed descriptions of the custom WLST commands that can be used to manage the Oracle Fusion Middleware User Messaging Service (UMS) component.
Chapter 7, "DMS Custom WLST Commands," provides detailed descriptions of the custom WLST commands that can be used to manage the Oracle Fusion Middleware Dynamic Monitoring Service (DMS) component.
Chapter 8, "Logging Custom WLST Commands," provides detailed descriptions of the custom WLST commands that can be used to manage the Oracle Fusion Middleware Logging component.
Chapter 9, "Metadata Services (MDS) Custom WLST Commands," provides detailed descriptions of the custom WLST commands that can be used to manage the Oracle Fusion Middleware Metadata Services (MDS) component.
Chapter 10, "Oracle SOA Suite Custom WLST Commands," provides detailed descriptions of the custom WLST commands that can be used to manage the Oracle Fusion Middleware SOA component.
Chapter 11, "Application Development Framework (ADF) Custom WLST Commands," provides detailed descriptions of the custom WLST commands that can be used to manage the Oracle Fusion Middleware ADF component.
Chapter 12, "Portal Custom WLST Commands," provides detailed descriptions of the custom WLST commands that can be used to manage the Oracle Fusion Middleware Portals component.
Chapter 13, "Java Required Files Custom WLST Commands,"provides detailed descriptions of the custom WLST commands that can be used to manage the Oracle Fusion Middleware JRF component.
For information about how to use the WebLogic Scripting Tool, refer to Oracle Fusion Middleware Oracle WebLogic Scripting Tool.
WLST is one of several interfaces for managing and monitoring WebLogic Server. For information about the other management interfaces, see:
"Using Ant Tasks to Configure and Use a WebLogic Server Domain" in Oracle Fusion Middleware Developing Applications for Oracle WebLogic Server, describes using WebLogic Ant tasks for starting and stopping WebLogic Server instances and configuring WebLogic Server domains.
"Deployment Tools" in Oracle Fusion Middleware Deploying Applications to Oracle WebLogic Server describes several tools that WebLogic Server provides for deploying applications and stand-alone modules.
Administration Console Online Help describes a Web-based graphical user interface for managing and monitoring WebLogic Server domains.
Creating WebLogic Domains Using the Configuration Wizard describes using a graphical user interface to create a WebLogic Server domain or extend an existing one.
Creating Templates and Domains Using the Pack and Unpack Commands describes commands that recreate existing domains quickly and easily.
Oracle Fusion Middleware Developing Custom Management Utilities With JMX for Oracle WebLogic Server describes using Java Management Extensions (JMX) APIs to monitor and modify WebLogic Server resources.
Oracle Fusion Middleware SNMP Management Guide for Oracle WebLogic Server describes using Simple Network Management Protocol (SNMP) to monitor WebLogic Server domains.
The following new WLST features are available in this release:
Support for using WLST with some Oracle Fusion Middleware products. Custom WLST commands for these products are described in this manual. These commands are WLST versions of many of the Oracle ASCTL commands for Fusion Middleware products.
A new domainCustom()
command that lets you access and perform operations on custom MBeans that have been registered in the Domain Runtime MBean Server. See "Accessing Custom MBeans on the Domain Runtime Server" in Oracle Fusion Middleware Oracle WebLogic Scripting Tool, and domainCustom in this manual.
Two new WLST commands, addHelpCommandGroup()
and addHelpCommand()
, which lets you add command group help and command help for custom WLST commands to the WLST integrated help. See addHelpCommandGroup and addHelpCommand.
As of this release, WLST is based on Jython 2.2.1.
For a comprehensive listing of the new WebLogic Server features introduced in this release, see Oracle Fusion Middleware What's New in Oracle WebLogic Server.