Description Syntax Example domainConfig

3-94 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference The custom command is available when WLST is connected to an Administration Server instance or a Managed Server instance. When connected to a WebLogic Integration or WebLogic Portal server, WLST can interact with all the WebLogic Integration or WebLogic Portal server MBeans. For more information about custom MBeans, see Developing Custom Management Utilities With JMX for Oracle WebLogic Server. In the event of an error, the command returns a WLSTException.

3.11.1.2 Syntax

custom

3.11.1.3 Example

The following example navigates from the configuration MBean hierarchy to the custom MBean hierarchy on a Administration Server instance. wls:mydomainserverConfig custom Location changed to custom tree. This is a writeable tree with No root. For more help, use helpcustom wls:mydomaincustom

3.11.2 domainConfig

Command Category: Tree Commands Use with WLST: Online

3.11.2.1 Description

Navigates to the last MBean to which you navigated in the domain Configuration hierarchy or to the root of the hierarchy, DomainMBean. This read-only hierarchy stores the configuration MBeans that represent your current WebLogic domain. In the event of an error, the command returns a WLSTException.

3.11.2.2 Syntax

domainConfig

3.11.2.3 Example

The following example navigates from the configuration MBean hierarchy to the WebLogic domain Configuration hierarchy on an Administration Server instance. wls:mydomainserverConfig domainConfig Note: When navigating to the custom tree, WLST queries all MBeans in the compatibility MBean server, the runtime MBean server, and potentially the JVM platform MBean server to locate the custom MBeans. Depending on the number of MBeans in the current WebLogic domain, this process make take a few minutes, and WLST may not return a prompt right away. Note: You can also navigate to custom MBeans on the Domain Runtime MBean Server using the domainCustom command. See Section 3.11.3, domainCustom, for more information. WLST Command and Variable Reference 3-95 Location changed to domainConfig tree. This is a read-only tree with DomainMBean as the root. For more help, use helpdomainConfig wls:mydomaindomainConfig ls dr-- AppDeployments dr-- BridgeDestinations dr-- Clusters dr-- CustomResources dr-- DeploymentConfiguration dr-- Deployments dr-- EmbeddedLDAP dr-- ErrorHandlings dr-- FileStores dr-- InternalAppDeployments dr-- InternalLibraries dr-- JDBCDataSourceFactories dr-- JDBCStores dr-- JDBCSystemResources dr-- JMSBridgeDestinations dr-- JMSInteropModules dr-- JMSServers dr-- JMSSystemResources ... wls:mydomaindomainConfig

3.11.3 domainCustom