Understanding The WebLogic Scripting Tool - Oracle

1y ago
1 Views
1 Downloads
610.59 KB
93 Pages
Last View : 1m ago
Last Download : 3m ago
Upload by : Mia Martinelli
Transcription

Oracle Fusion MiddlewareUnderstanding the WebLogic Scripting Tool12c (12.2.1.3.0)E95508-05February 2021

Oracle Fusion Middleware Understanding the WebLogic Scripting Tool, 12c (12.2.1.3.0)E95508-05Copyright 2007, 2021, Oracle and/or its affiliates.Primary Author: Oracle CorporationThis software and related documentation are provided under a license agreement containing restrictions onuse and disclosure and are protected by intellectual property laws. Except as expressly permitted in yourlicense agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license,transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverseengineering, disassembly, or decompilation of this software, unless required by law for interoperability, isprohibited.The information contained herein is subject to change without notice and is not warranted to be error-free. Ifyou find any errors, please report them to us in writing.If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it onbehalf of the U.S. Government, then the following notice is applicable:U.S. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software,any programs embedded, installed or activated on delivered hardware, and modifications of such programs)and Oracle computer documentation or other Oracle data delivered to or accessed by U.S. Governmentend users are "commercial computer software" or "commercial computer software documentation" pursuantto the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such,the use, reproduction, duplication, release, display, disclosure, modification, preparation of derivative works,and/or adaptation of i) Oracle programs (including any operating system, integrated software, any programsembedded, installed or activated on delivered hardware, and modifications of such programs), ii) Oraclecomputer documentation and/or iii) other Oracle data, is subject to the rights and limitations specified in thelicense contained in the applicable contract. The terms governing the U.S. Government’s use of Oracle cloudservices are defined by the applicable contract for such services. No other rights are granted to the U.S.Government.This software or hardware is developed for general use in a variety of information management applications.It is not developed or intended for use in any inherently dangerous applications, including applications thatmay create a risk of personal injury. If you use this software or hardware in dangerous applications, then youshall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure itssafe use. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of thissoftware or hardware in dangerous applications.Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks oftheir respective owners.Intel and Intel Inside are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks areused under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Epyc,and the AMD logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registeredtrademark of The Open Group.This software or hardware and documentation may provide access to or information about content, products,and services from third parties. Oracle Corporation and its affiliates are not responsible for and expresslydisclaim all warranties of any kind with respect to third-party content, products, and services unless otherwiseset forth in an applicable agreement between you and Oracle. Oracle Corporation and its affiliates will notbe responsible for any loss, costs, or damages incurred due to your access to or use of third-party content,products, or services, except as set forth in an applicable agreement between you and Oracle.

ContentsPrefaceDocumentation AccessibilityviiConventionsviiWhat’s New in This Guide12Introduction and RoadmapDocument Scope and Audience1-1Guide to This Document1-1Related Documentation1-2WLST Sample Scripts1-3WLST Online Sample Scripts1-3WLST Offline Sample Scripts1-4Using the WebLogic Scripting ToolUsing WLST Online or Offline2-1Using WLST Online2-1Using WLST Offline2-2Interactive Mode, Script Mode, and Embedded Mode2-2Interactive Mode2-3Script Mode2-3Embedded Mode2-3Security for WLST2-5Securing the WLST Connection2-5Securing Access to Configuration Data2-5Securing Access from WLST Online2-6Writing and Reading Encrypted Configuration Values2-7Securing Access to Security DataMain Steps for Using WLST in Interactive or Script ModeInvoking WLST2-82-82-9iii

Invoking WLST Using Provided Shell Scripts342-9Invoking WLST Using the java Command2-10Running Scripts2-13Invoking WLST From the Start Menu2-14Exiting WLST2-14Syntax for WLST Commands2-14Considerations When Invoking Multiple WLST Instances2-15Redirecting Error and Debug Output to a File2-15Getting Help for WLST2-15Running WLST from Ant2-16WLST Task Parameters2-16WLST Task Parameters Specified as Nested Elements2-17WLST Ant Task Examples2-17CreateServer Target Example2-18Loop Target Example2-18Error Target Example2-19Importing WLST as a Jython Module2-19Customizing WLST2-20Adding Integrated Help for Custom Commands2-21Sample Scripts For Defining new WLST Commands2-23Creating WebLogic Domains Using WLST OfflineCreating and Using a Domain Template (Offline)3-1Creating and Updating a WebLogic Domain3-2Browsing Information About the Configuration Hierarchy (Offline)3-4Editing a WebLogic Domain (Offline)3-6Alternative: Using the configToScript Command3-7Considerations for Clusters, JDBC, and JMS Resources3-8Creating a Managed Server Domain on a Remote Machine3-8Managing the Server Life CycleUsing WLST and Node Manager to Manage Servers4-1Using Node Manager to Start Servers on a Machine4-3Using Node Manager to Start Managed Servers in a WebLogic Domain orCluster4-4Starting and Managing Servers Without Node Manager4-5Starting an Administration Server Without Node Manager4-5Managing Server State Without Node Manager4-6iv

5Navigating MBeans (WLST Online)Navigating and Interrogating MBeansChanging the Current Management Object5-2Navigating and Displaying Configuration MBeans Example5-3Browsing Runtime MBeansNavigating and Displaying Runtime MBeans Example65-15-55-6Navigating Among MBean Hierarchies5-7Finding MBeans and Attributes5-8Accessing Other WebLogic MBeans and Custom MBeans5-9Accessing Custom MBeans in the Domain Runtime MBean Server5-10Accessing Custom MBeans in the Edit MBean Server5-10Configuring Existing WebLogic DomainsUsing WLST Online to Update an Existing WebLogic Domain6-1Tracking Configuration Changes6-3Undoing or Canceling Changes6-5Additional Operations and Attributes for Change Management6-5Using WLST Offline to Update an Existing WebLogic Domain6-6Managing Security Data (WLST Online)6-6Determining If You Need to Access the Edit Hierarchy6-7Creating a User6-7Adding a User to a Group6-8Verifying Whether a User Is a Member of a Group6-8Listing Groups to Which a User Belongs6-9Listing Users and Groups in a Security Realm6-10Changing a Password6-11Protecting User Accounts in a Security Realm6-11Set Consecutive Invalid Login Attempts6-12Unlock a User Account6-12Configuring Additional LDAP Authentication ProvidersDeploying Applications6-126-14Using WLST Online to Deploy Applications6-14Using WLST Offline to Deploy Applications6-147Updating the Deployment Plan8Getting Runtime InformationAccessing Runtime Information: Main Steps8-1v

ABCScript for Monitoring Server State8-2Script for Monitoring the JVM8-2Configuring Logging8-3Working with the WebLogic Diagnostics Framework8-4WLST Deployment ObjectsWLSTPlan ObjectA-1WLSTProgress ObjectA-3FAQs: WLSTGeneral WLSTB-1Jython SupportB-2Using WLSTB-2WLST Deprecated FeaturesImplicit ExportsC-1vi

PrefaceThis preface describes the document accessibility features and conventions used inthis guide—Understanding the WebLogic Scripting Tool. Documentation Accessibility ConventionsDocumentation AccessibilityFor information about Oracle's commitment to accessibility, visit theOracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx acc&id docacc.Access to Oracle SupportOracle customers that have purchased support have access to electronic supportthrough 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 trsif you are hearing impaired.ConventionsThe following text conventions are used in this document:ConventionMeaningboldfaceBoldface type indicates graphical user interface elements associatedwith an action, or terms defined in text or the glossary.italicItalic type indicates book titles, emphasis, or placeholder variables forwhich you supply particular values.monospaceMonospace type indicates commands within a paragraph, URLs, codein examples, text that appears on the screen, or text that you enter.vii

What’s New in This GuideWhat’s New in This GuideThis topic introduces the new, changed, and deprecated WLST features that aredescribed in this guide and provides pointers to additional information.The following are new, changed or deprecated features for WLST for Release12.2.1.3: Support for enabling secured production mode.See Using WLST Online to Update an Existing WebLogic Domain.The following are new, changed or deprecated features for WLST for Release12.2.1.2: Implicit imports are deprecated, beginning in this release.In a future release, WLST will disable weblogic class auto-loading during WLSTstartup. At that point, you will need to explicitly import classes using fromweblogic import class. For example:from weblogic.security.service import EJBResourceejbRes EJBResource('DDPoliciesEar', 'DDPolinEarMiniAppBean.jar','DDRolesAndPolicies', 'getSubject', 'Remote', None)See Implicit Exports.viii

1Introduction and RoadmapBefore you get started, you should understand the the contents and organization ofthis guide. Document Scope and AudienceThis document describes the Oracle WebLogic Scripting Tool (WLST). It explainshow you use the WLST command-line scripting interface to configure, manage,and persist changes to WebLogic Server instances and WebLogic domains, andmonitor and manage server run-time events. Guide to This DocumentYou should understand the organization of this document. Related Documentation WLST Sample ScriptsOracle Fusion Middleware provides both WLST online and offline sample scripts.Document Scope and AudienceThis document describes the Oracle WebLogic Scripting Tool (WLST). It explains howyou use the WLST command-line scripting interface to configure, manage, and persistchanges to WebLogic Server instances and WebLogic domains, and monitor andmanage server run-time events.This document is written for WebLogic Server administrators and operators whodeploy Java EE applications using the Java Platform, Enterprise Edition (Java EE). Itis assumed that readers are familiar with Web technologies and the operating systemand platform where WebLogic Server is installed.Guide to This DocumentYou should understand the organization of this document.It is organized as follows: This chapter, Introduction and Roadmap introduces the organization of this guideand lists related documentation. Using the WebLogic Scripting Tool describes how the scripting tool works, itsmodes of operation, and the basic steps for invoking it. Creating WebLogic Domains Using WLST Offline describes how to create a newWebLogic domain or update an existing WebLogic domain without connecting toa running WebLogic Server (that is, using WLST offline)—supporting the samefunctionality as the Configuration Wizard. Managing the Server Life Cycle describes using WLST to start and stop WebLogicServer instances and to monitor and manage the server life cycle. Navigating MBeans (WLST Online) describes how to retrieve WebLogic domainconfiguration and run-time information, and edit configuration or custom MBeans.1-1

Chapter 1Related Documentation Configuring Existing WebLogic Domains describes using scripts to automate thecreation and management of WebLogic domains, servers, and resources. Updating the Deployment Plan describes using WLST to update an application'sdeployment plan. Getting Runtime Information describes using WLST to retrieve information aboutthe run-time state of WebLogic Server instances. WLST Deployment Objects describes WLST deployment objects that you can useto update a deployment plan or access information about the current deploymentactivity. FAQs: WLST provides a list of common questions and answers. WLST Deprecated Features lists the deprecated features for WLST.Related DocumentationFor information about the WLST commands and their syntax, see: WebLogic Server WLST Online and Offline Command Reference in the WLSTCommand Reference for WebLogic Server for the WLST commands that areavailable for WebLogic Server. Introduction and Roadmap to the Infrastructure WLST Commands in the WLSTCommand Reference for Infrastructure Components for the WLST commands thatare available for Oracle Fusion Middleware infrastructure components, includingJava Required Files (JRF), Web services, Metadata services (MDS), ApplicationDevelopment Framework (ADF), Dynamic Monitoring Service (DMS), Logging,Diagnostic Framework, and User Messaging Service (UMS). Introduction and Roadmap in the WLST Command Reference for InfrastructureSecurity for the WLST commands that are available for Oracle Fusion MiddlewareInfrastructure Security components, including Oracle Platform Security Services,Auditing, SSL, wallets, and OPSS Keystore Service. Introduction and Roadmap in the WebCenter WLST Command Reference forthe WLST commands that are available for WebCenter components, includingWebCenter Portal, WebCenter Content, and WebCenter Capture. Introduction and Roadmap in the WLST Command Reference for SOA Suite forthe 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 theWebLogic Scripting Tool Command Reference for Oracle Traffic Director for theWLST commands that are available for Oracle Traffic Director. Oracle HTTP Server WLST Custom Commands in the Administering Oracle HTTPServer for the WLST commands that are available for Oracle HTTP Server.WLST is one of several interfaces for managing and monitoring WebLogic Server. Forinformation about the other management interfaces, see: Using Ant Tasks to Configure and Use a WebLogic Server Domain in DevelopingApplications for Oracle WebLogic Server, describes using WebLogic Ant tasksfor starting and stopping WebLogic Server instances and configuring WebLogicdomains.1-2

Chapter 1WLST Sample Scripts Deployment Tools in Deploying Applications to Oracle WebLogic Server describesseveral tools that WebLogic Server provides for deploying applications and standalone modules. Oracle WebLogic Server Administration Console Online Help describes a Webbased graphical user interface for managing and monitoring WebLogic domains. Creating WebLogic Domains Using the Configuration Wizard describes using agraphical user interface to create a WebLogic domain or extend an existing one. Creating Templates and Domains Using the Pack and Unpack Commandsdescribes commands that recreate existing WebLogic domains quickly and easily. Developing Custom Management Utilities Using JMX for Oracle WebLogic Serverdescribes using Java Management Extensions (JMX) APIs to monitor and modifyWebLogic Server resources. Monitoring Oracle WebLogic Server with SNMP describes using Simple NetworkManagement Protocol (SNMP) to monitor WebLogic domains. Administering Server Environments for Oracle WebLogic Server describes howyou design, configure, and manage WebLogic Server environments. It is aresource for system administrators and operators responsible for implementinga WebLogic Server installation. Administering Node Manager for Oracle WebLogic Server describes how toconfigure and use Node Manager to control and manage servers within aWebLogic Server environment.WLST Sample ScriptsOracle Fusion Middleware provides both WLST online and offline sample scripts.The following sections describe the sample scripts that you can run or use astemplates 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 installingWebLogic Server. WLST Online Sample Scripts WLST Offline Sample ScriptsWLST Online Sample ScriptsThe WLST online sample scripts demonstrate how to perform administrative tasks andinitiate WebLogic Server configuration changes while connected to a running server.WLST online scripts are located in the following directory:ORACLE HOME\user projects\applications\wl server\examples\src\examples\wlst\online.1-3

Chapter 1WLST Sample ScriptsTable 1-1 summarizes WLST online sample scripts.Table 1-1WLST Online Sample ScriptsWLST Sample Scriptcluster creation.pycluster nnects WLST to an Administration Server, starts an edit session, andcreates 10 Managed Servers. It then creates two clusters, assigns serversto each cluster, and disconnects WLST from the server.Removes the clusters and servers created in cluster creation.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 JMSSystem module. The JMS queues and topics are targeted using subdeployments.deleteJMSSystemResource.pyRemoves the JMS System module created byconfigJMSSystemResource.py.jdbc data source creation.pyConnects WLST to an Administration Server, starts an edit session, andcreates a JDBC data source called myJDBCDataSource.jdbc data source deletion.pyRemoves the JDBC data source created byjdbc data source creation.py.WLST Offline Sample ScriptsThe WLST offline sample scripts demonstrate how to create WebLogicdomains using the domain templates that are installed with thesoftware. The WLST offline scripts are located in the following directory:ORACLE HOME\wlserver\common\templates\scripts\wlst.Table 1-2 summarizes WLST offline sample scripts.Table 1-2WLST Offline Sample ScriptWLST Sample ScriptDescriptionbasicWLSdomain.pyCreates a simple WebLogic domain demonstrating how to open a domaintemplate, create and edit configuration objects, and write the domainconfiguration information to the specified directory.The sample consists of a single server, representing a typicaldevelopment environment. This type of configuration is not recommendedfor production environments.The script uses the Basic WebLogic Server Domain template.basicWLSSdomain.pyCreates a simple WebLogic SIP Server domain using the Basic WebLogicSIP Server Domain template. The script demonstrates how to open adomain template, create and edit configuration objects, and write thedomain configuration information to the specified directory.The sample consists of a single server, representing a typicaldevelopment environment. This type of configuration is not recommendedfor production environments.1-4

Chapter 1WLST Sample ScriptsTable 1-2(Cont.) WLST Offline Sample ScriptWLST Sample ScriptDescriptionclusterMedRecDomain.pyCreates a single-cluster WebLogic domain, creating three ManagedServers and assigning them to a cluster.The script uses the Basic WebLogic Server Domain template and extendsit using the Avitek Medical Records Sample extension template.distributedQueue.pyDemonstrates two methods for creating distributed queues.The script uses the Basic WebLogic Server Domain template and extendsit using the Avitek Medical Records Sample extension template.geo1Domain.pyCreates a simple WebLogic SIP Server domain using the GeographicRedundancy Site 1 Domain template. The script demonstrates how toopen a domain template, create and edit configuration objects, and writethe domain configuration information to the specified directory.The sample consists of a single server, representing a typicaldevelopment environment. This type of configuration is not recommendedfor production environments.geo2Domain.pyCreates a simple WebLogic SIP Server domain using the GeographicRedundancy Site 2 Domain template. The script demonstrates how toopen a domain template, create and edit configuration objects, and writethe domain configuration information to the specified directory.The sample consists of a single server, representing a typicaldevelopment environment. This type of configuration is not recommendedfor production environments.replicatedDomain.pyCreates a simple WebLogic SIP Server domain using the OracleWebLogic SIP Server Replicated Domain template. The scriptdemonstrates how to open a domain template, create and editconfiguration objects, and write the domain configuration information tothe specified directory.The sample consists of a single server, representing a typicaldevelopment environment. This type of configuration is not recommendedfor production environments.sampleMedRecDomain.pyCreates a WebLogic domain that defines resources similar to thoseused in the Avitek MedRec sample. This example does not recreatethe MedRec example in its entirety, nor does it deploy any sampleapplications.The script uses the Basic WebLogic Server Domain template.1-5

2Using the WebLogic Scripting ToolThe WebLogic Scripting Tool (WLST) is a command-line scripting environment thatyou can use to create, manage, and monitor WebLogic domains. It is based on theJava scripting interpreter, Jython. In addition to supporting standard Jython featuressuch as local variables, conditional variables, and flow control statements, WLSTprovides a set of scripting functions (commands) that are specific to WebLogic Server.You can extend the WebLogic scripting language to suit your needs by following theJython language syntax (see http://www.jython.org). Using WLST Online or OfflineYou can use WLST as the command-line equivalent to the WebLogic ServerAdministration Console (WLST online) or as the command-line equivalent to theConfiguration Wizard (WLST offline). Interactive Mode, Script Mode, and Embedded ModeWLST can be invoked in a variety of ways. Security for WLSTWLST uses the WebLogic Security Framework to prevent unauthorized users frommodifying a WebLogic domain or from viewing encrypted data. Main Steps for Using WLST in Interactive or Script ModeWhen you use WLST interactive or script mode, you should understand how toinvoke it, exit it, and its syntax. Redirecting Error and Debug Output to a FileYou can redirect error and debug information to a file. Getting Help for WLSTWLST provides command line help for each command. Running WLST from Ant Importing WLST as a Jython Module Customizing WLSTUsing WLST Online or OfflineYou can use WLST as the command-line equivalent to the WebLogic ServerAdministration Console (WLST online) or as the command-line equivalent to theConfiguration Wizard (WLST offline).The following sections describe how to use WLST online or offline: Using WLST Online Using WLST OfflineUsing WLST OnlineYou can use WLST to connect to a running Administration Server and manage theconfiguration of an active WebLogic domain, view performance data about resources2-1

Chapter 2Interactive Mode, Script Mode, and Embedded Modein the domain, or manage security data (such as adding or removing users). You canalso use WLST to connect to Managed Servers, but you cannot modify configurationdata from Managed Servers.WLST online is a Java Management Extensions (JMX) client. It interacts with aserver's in-memory collection of Managed Beans (MBeans), which are Java objectsthat provide a management interface for an underlying resource. For informationon WebLogic Server MBeans, see Understanding WebLogic Server MBeans inDeveloping Custom Management Utilities Using JMX for Oracle WebLogic Server.Using WLST OfflineWithout connecting to a running WebLogic Server instance, you can use WLST tocreate domain templates, create a new domain based on existing templates, or extendan existing, inactive domain. You cannot use WLST offline to view performance dataabout resources in a WebLogic domain or modify security data (such as adding orremoving users).WLST offline provides read and write access to the configuration data that is persistedin the domain's config directory or in a domain template JAR created using TemplateBuilder. See Browsing Information About the Configuration Hierarchy (Offline).Note the following restrictions for modifying configuration data with WLST offline: Oracle recommends that you do not use WLST offline to manage the configurationof an active WebLogic domain. Offline edits are ignored by running servers andcan be overwritten by JMX clients such as WLST online or the WebLogic ServerAdministration Console. As a performance optimization, WebLogic Server does not store most of itsdefault values in the WebLogic domain's configuration files. In some cases, thisoptimization prevents management objects from being displayed by WLST offline(because WebLogic Server has never written the corresponding XML elementsto the domain's configuration files). For example, if you never modify the defaultlogging severity level for a WebLogic domain while the domain is active, WLSToffline will not display the domain's Log management object.If you want to change the default value of attributes whose management objectis not displayed by WLST offline, you must first use the create command tocreate the management object. Then you can cd to the management objectand change the attribute value. See create in WLST Command Reference forWebLogic Server.Interactive Mode, Script Mode, and Embedded ModeWLST can be invoked in a variety of ways.You can use any of the following techniques to invoke WLST commands: Interactive Mode Script Mode Embedded Mode2-2

Chapter 2Interactive Mode, Script Mode, and Embedded ModeInteractive ModeInteractive mode, in which you enter a command and view the response at acommand-line prompt, is useful for learning the tool, prototyping command syntax,and verifying configuration options before building a script. Using WLST interactively isparticularly useful for getting immediate feedback after making a critical configurationchange. The WLST scripting shell maintains a persistent connection with an instanceof WebLogic Server.WLST can write all of the commands that you enter during a WLST session toa file. You can edit this file and run it as a WLST script. See startRecording andstopRecording in WLST Command Reference for WebLogic Server.Script ModeScripts invoke a sequence of WLST commands without requiring your input, much likea shell script. Scripts contain WLST commands in a text file with a .py file extension,for example, filename.py. You use script files with the Jython commands for runningscripts.Using WLST scripts, you can: Automate WebLogic Server configuration and application deployment Apply the same configuration settings, iteratively, across multiple nodes of atopology Take advantage of scripting language features, such as loops, flow controlconstructs, conditional statements, and variable evaluations that are limited ininteractive mode Schedule scripts to run at various times Automate repetitive tasks and complex procedures Configure an application in a hands-free data centerFor information about sample scripts that WebLogic Server installs, see WLST SampleScripts.Embedded ModeIn embedded mode, you instantiate the WLST interpreter in your Java code and useit to run WLST commands and scripts. All WLST commands and variables that youuse in interactive and script mode can be run in embedded mode. Prior to runningthe program with embedded WLST, you must invoke the following command to set theappropriate environment variables: Windows: WL HOME\server\bin\setWLSEnv.cmd UNIX: WL HOME/server/bin/setWLSEnv.shOn UNIX operating systems, the setWLSEnv.sh command does not set theenvironment variables in all command shells. Oracle recommends that youexecute this command using the Korn shell or bash shell.Example 2-1 illustrates how to instantiate the WLST interpreter and use it to connect toa running server, create two servers, and assign them to clusters.2-3

Chapter 2Interactive Mode, Script Mode, and Embedded ModeExample 2-1Running WLST From a Java Classpackage wlst;import java.util.*;import r;import org.python.util.InteractiveInterpreter;/*** Simple embedded WLST example that will connect WLST to a running server,* create two servers, and assign them to a newly created cluster and exit.* p Title: EmbeddedWLST.java /p * p Copyright: Copyright (c) 2004 /p * p Company: Oracle /p */public class EmbeddedWLST{static InteractiveInterpreter interpreter null;EmbeddedWLST() {interpreter new WLSTInterpreter();}private static void connect() {StringBuffer buffer new tring());}private static void createServers() {StringBuffer buf new append("man1 2 s f.append(endTransaction());buf.append("print 'Script ran successfully .' \n");interpreter.exec(bu

Script for Monitoring Server State 8-2 Script for Monitoring the JVM 8-2 Configuring Logging 8-3 Working with the WebLogic Diagnostics Framework 8-4. A . WLST Deployment Objects. WLSTPlan Object A-1 WLSTProgress Object A-3. B . FAQs: WLST. General WLST B-1 Jython Support B-2 Using WLST B-2. C . WLST Deprecated Features. Implicit Exports C-1. vi

Related Documents:

This document describes the Oracle WebLogic Scripting Tool (WLST). It explains how you use the WLST command-line scripting interface to configure, manage, and persist changes to WebLogic Server instances and WebLogic domains, and monitor and manage server run-time events. This document is written for WebLogic Server administrators and operators who

May 02, 2018 · D. Program Evaluation ͟The organization has provided a description of the framework for how each program will be evaluated. The framework should include all the elements below: ͟The evaluation methods are cost-effective for the organization ͟Quantitative and qualitative data is being collected (at Basics tier, data collection must have begun)

Silat is a combative art of self-defense and survival rooted from Matay archipelago. It was traced at thé early of Langkasuka Kingdom (2nd century CE) till thé reign of Melaka (Malaysia) Sultanate era (13th century). Silat has now evolved to become part of social culture and tradition with thé appearance of a fine physical and spiritual .

WebLogic Image Tool The WebLogic Image Tool is an open source tool that allows you to automate building, patching, and updating your Oracle WebLogic Server Docker images, including your own customized images. This tool can be scripted and used in CI/CD processes. Find the WebLogic Image Tool

BEA WebLogic Adapter for SAP User Guide 1-3 As a JCA and JMS-based service and event adapter, ensuring reusability from the entire WebLogic Server platform. Integrating SAP events and services with WebLogic Integration. WebLogic Integration WebLogic Integration is a single solution that delivers application server, application

On an exceptional basis, Member States may request UNESCO to provide thé candidates with access to thé platform so they can complète thé form by themselves. Thèse requests must be addressed to esd rize unesco. or by 15 A ril 2021 UNESCO will provide thé nomineewith accessto thé platform via their émail address.

̶The leading indicator of employee engagement is based on the quality of the relationship between employee and supervisor Empower your managers! ̶Help them understand the impact on the organization ̶Share important changes, plan options, tasks, and deadlines ̶Provide key messages and talking points ̶Prepare them to answer employee questions

Dr. Sunita Bharatwal** Dr. Pawan Garga*** Abstract Customer satisfaction is derived from thè functionalities and values, a product or Service can provide. The current study aims to segregate thè dimensions of ordine Service quality and gather insights on its impact on web shopping. The trends of purchases have