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.

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.

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:

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

cluster_creation.py

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.

cluster_deletion.py

Removes the clusters and servers created in cluster_creation.py.

configJMSSystemResource.py

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.

deleteJMSSystemResource.py

Removes the JMS System module created by configJMSSystemResource.py.

jdbc_data_source_creation.py

Connects WLST to an Administration Server, starts an edit session, and creates a JDBC data source called myJDBCDataSource.

jdbc_data_source_deletion.py

Removes the JDBC data source created by jdbc_data_source_creation.py.

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

basicWLSdomain.py

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.

clusterMedRecDomain.py

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.

distributedQueue.py

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.

sampleMedRecDomain.py

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.

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

Monospace type indicates commands within a paragraph, URLs, code in examples, text that appears on the screen, or text that you enter.