Preface
This preface describes the document accessibility features and conventions used in this guide—Understanding the WebLogic Scripting Tool.
Audience
This document is written for WebLogic Server administrators and operators who deploy Jakarta EE applications using the Java Platform, Enterprise Edition (Jakarta EE). It is assumed that readers are familiar with Web technologies and the operating system and platform where WebLogic Server is 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 Documentation
For information about the WLST commands and their syntax, see:
-
WebLogic Server WLST Online and Offline Command Reference in the WLST Command Reference for Oracle WebLogic Server for the WLST commands that are available for WebLogic Server.
-
Introduction and Roadmap to the Infrastructure WLST Commands in the WLST Command Reference for Infrastructure Components for the WLST commands that are available for Oracle Fusion Middleware infrastructure components, including Java Required Files (JRF), Web services, Metadata services (MDS), Application Development Framework (ADF), Dynamic Monitoring Service (DMS), Logging, Diagnostic Framework, and User Messaging Service (UMS).
-
Introduction and Roadmap in the WLST Command Reference for Infrastructure Security for the WLST commands that are available for Oracle Fusion Middleware Infrastructure Security components, including Oracle Platform Security Services, Auditing, SSL, wallets, and OPSS Keystore Service.
-
Introduction and Roadmap in the WebCenter WLST Command Reference for the WLST commands that are available for WebCenter components, including WebCenter Portal, WebCenter Content, and WebCenter Capture.
-
Introduction and Roadmap in the WLST Command Reference for SOA Suite for the WLST commands that are available for SOA, Business Process Management (BPM), Enterprise Scheduler (ESS), and Managed File Transfer (MFT).
-
Overview of the WebLogic Scripting Tool for Oracle Traffic Director in the WebLogic Scripting Tool Command Reference for Oracle Traffic Director for the WLST commands that are available for Oracle Traffic Director.
-
Oracle HTTP Server WLST Custom Commands in Administering Oracle HTTP Server for the WLST commands that are available for Oracle HTTP Server.
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 Developing Applications for Oracle WebLogic Server, 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 describes several tools that WebLogic Server provides for deploying applications and stand-alone modules.
-
Oracle WebLogic Remote Console Online Help describes a Web-based graphical user interface for managing and monitoring WebLogic domains.
-
Creating WebLogic Domains Using the Configuration Wizard 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 describes commands that recreate existing WebLogic domains quickly and easily.
-
Developing Custom Management Utilities Using JMX for Oracle WebLogic Server describes using Java Management Extensions (JMX) APIs to monitor and modify WebLogic Server resources.
-
Monitoring Oracle WebLogic Server with SNMP describes using Simple Network Management Protocol (SNMP) to monitor WebLogic domains.
-
Administering Server Environments for Oracle WebLogic Server describes how you design, configure, and manage WebLogic Server environments. It is a resource for system administrators and operators responsible for implementing a WebLogic Server installation.
-
Administering Node Manager for Oracle WebLogic Server describes how to configure and use Node Manager to control and manage servers within a WebLogic Server environment.
- WLST Sample Scripts
Oracle Fusion Middleware provides both WLST online and offline sample scripts.
Parent topic: Preface
WLST Sample Scripts
Oracle Fusion Middleware provides both WLST online and offline sample scripts.
The following sections describe the sample scripts that you can run or use as templates for creating additional scripts:
For information about running scripts, see Running Scripts.
Note:
The sample scripts are not installed by default. To install the server samples, you must select the Complete With Examples option when installing WebLogic Server.
WLST Online Sample Scripts
The WLST online sample scripts demonstrate how to perform administrative tasks and
initiate WebLogic Server configuration changes while connected to a running server. WLST
online scripts are located in the following directory:
ORACLE_HOME
\\wlserver\samples\server\examples\src\examples\wlst\online
.
Table -1 summarizes WLST online sample scripts.
Table -1 WLST Online Sample Scripts
WLST Sample Script | Description |
---|---|
|
Connects WLST to an Administration Server, starts an edit session, and creates 10 Managed Servers. It then creates two clusters, assigns servers to each cluster, and disconnects WLST from the server. |
|
Removes the clusters and servers created in |
|
Connects WLST to an Administration Server, starts an edit session, creates two JMS Servers, and targets them to the Administration Server. Then creates JMS topics, JMS queues, and JMS templates in a JMS System module. The JMS queues and topics are targeted using sub-deployments. |
|
Removes the JMS System module created by |
|
Connects WLST to an Administration Server, starts an edit session, and creates a JDBC data source called |
|
Removes the JDBC data source created by |
Parent topic: WLST Sample Scripts
WLST Offline Sample Scripts
The WLST offline sample scripts demonstrate how to create WebLogic domains using the domain templates that are installed with the software. The WLST offline scripts are located in the following directory: ORACLE_HOME
\wlserver\common\templates\scripts\wlst
.
Table -2 summarizes WLST offline sample scripts.
Table -2 WLST Offline Sample Script
WLST Sample Script | Description |
---|---|
|
Creates a simple WebLogic domain demonstrating how to open a domain template, create and edit configuration objects, and write the domain configuration information to the specified directory. The sample consists of a single server, representing a typical development environment. This type of configuration is not recommended for production environments. The script uses the Basic WebLogic Server Domain template. |
|
Creates a single-cluster WebLogic domain, creating three Managed Servers and assigning them to a cluster. The script uses the Basic WebLogic Server Domain template and extends it using the Avitek Medical Records Sample extension template. |
|
Demonstrates two methods for creating distributed queues. The script uses the Basic WebLogic Server Domain template and extends it using the Avitek Medical Records Sample extension template. |
|
Creates a WebLogic domain that defines resources similar to those used in the Avitek MedRec sample. This example does not recreate the MedRec example in its entirety, nor does it deploy any sample applications. The script uses the Basic WebLogic Server Domain template. |
Parent topic: WLST Sample Scripts
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