Preface
This guide describes the Fusion Middleware Infrastructure commands that are available to use with the WebLogic Scripting Tool (WLST).
Audience
Use the WLST Infrastructure commands to manage Oracle Fusion Middleware Infrastructure components and services.
Those components and services include:
-
Dynamic Monitoring Service (DMS)
-
Logging
-
Oracle Application Development Framework (ADF)
-
Oracle Fusion Middleware Diagnostic Framework
-
Oracle JRF
-
Oracle infrastructure web services
-
Oracle Metadata Services (MDS)
-
Oracle User Messaging Service
Note:
Custom WLST commands for a given Oracle Fusion Middleware component are available for use only if the component is installed.
This document is written for Oracle Fusion Middleware administrators who deploy Jakarta EE applications using the Java Platform, Enterprise Edition (Jakarta EE) from Oracle. It is assumed that readers are familiar with Web technologies and the operating system and platform where WebLogic Server and Fusion Middleware products are installed.
Parent topic: Preface
Documentation Accessibility
For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc.
Access to Oracle Support
Oracle customers that have purchased support have access to electronic support through My Oracle Support. For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.
Parent topic: Preface
Diversity and Inclusion
Oracle is fully committed to diversity and inclusion. Oracle respects and values having a diverse workforce that increases thought leadership and innovation. As part of our initiative to build a more inclusive culture that positively impacts our employees, customers, and partners, we are working to remove insensitive terms from our products and documentation. We are also mindful of the necessity to maintain compatibility with our customers' existing technologies and the need to ensure continuity of service as Oracle's offerings and industry standards evolve. Because of these technical constraints, our effort to remove insensitive terms is ongoing and will take time and external cooperation.
Parent topic: Preface
Related Documents
Several guides provide related documentation about WLST.
For information about how to use the WebLogic Scripting Tool, refer to Understanding the WebLogic Scripting Tool.
For information about the other WLST commands and other WebLogic Server management interfaces, see:
-
WLST Command Reference for Oracle WebLogic Server, which describes the WLST commands for WebLogic Server.
-
WLST Command Reference for Infrastructure Security, which describes the WLST commands that are available for Oracle Fusion Middleware Infrastructure Security components, including Auditing, SSL, Oracle Identity Federation, Directory Integration Platform, Oracle Access Management (OAM), Oracle Security Token Service, and Oracle Keystore Service.
-
WLST Command Reference for SOA Suite, which describes the WLST commands that are available for Oracle SOA Suite and Oracle Business Process Management (BPM).
-
WebCenter WLST Command Reference, which describes the WLST commands that are available for WebCenter components, including WebCenter Portal, WebCenter Content, WebCenter Information Rights Management (IRM), and WebCenter Imaging Process Management (IPM).
-
Administering Oracle HTTP Server, which describes the WLST commands that are available for Oracle HTTP Server.
-
WebLogic Scripting Tool Command Reference for Oracle Traffic Director, which describes the WLST commands that are available for Oracle Traffic Director.
-
Using Ant Tasks to Configure and Use a WebLogic Server Domain, in Developing Applications for Oracle WebLogic Server, which describes using WebLogic Ant tasks for starting and stopping WebLogic Server instances and configuring WebLogic domains.
-
Deployment Tools in Deploying Applications to Oracle WebLogic Server , which describes several tools that WebLogic Server provides for deploying applications and stand-alone modules.
-
Oracle WebLogic Remote Console Online Help, which describes a Web-based graphical user interface for managing and monitoring WebLogic domains.
-
Creating WebLogic Domains Using the Configuration Wizard, which describes using a graphical user interface to create a WebLogic domain or extend an existing one.
-
Creating Templates and Domains Using the Pack and Unpack Commands, which describes commands that recreate existing WebLogic domains quickly and easily.
-
Developing Custom Management Utilities Using JMX for Oracle WebLogic Server, which describes using Java Management Extensions (JMX) APIs to monitor and modify WebLogic Server resources.
-
Monitoring Oracle WebLogic Server with SNMP, which describes using Simple Network Management Protocol (SNMP) to monitor WebLogic domains.
- Invoking the WebLogic Scripting Tool (WLST)
WLST is located in a subdirectory of the Oracle home.
Parent topic: Preface
Invoking the WebLogic Scripting Tool (WLST)
WLST is located in a subdirectory of the Oracle home.
You invoke WLST from the following location:
(UNIX) ORACLE_HOME/oracle_common/common/bin/wlst.sh (Windows) ORACLE_HOME\oracle_common\common\bin\wlst.cmd
Parent topic: Related Documents
Conventions
The following text conventions are used in this document:
Convention | Meaning |
---|---|
boldface |
Boldface type indicates graphical user interface elements associated with an action, or terms defined in text or the glossary. |
italic |
Italic type indicates book titles, emphasis, or placeholder variables for which you supply particular values. |
|
Monospace type indicates commands within a paragraph, URLs, code in examples, text that appears on the screen, or text that you enter. |
Parent topic: Preface