Description Syntax Example listIMPServiceProperties

10-94 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.9.10.2 Syntax

removeIMPServicePropertyappName, property, [server, applicationVersion]

10.9.10.3 Example

The following example clears the cache expiration value for the Instant Messaging and Presence service, in an application named webcenter. wls:weblogicserverConfig removeIMPServicePropertyappName=webcenter, property=rtc.cache.time

10.9.11 listIMPServiceProperties

Module: Oracle WebCenter Use with WLST: Online

10.9.11.1 Description

Lists all configurable properties for the Instant Messaging and Presence service.

10.9.11.2 Syntax

listIMPServicePropertiesappName, [server, applicationVersion] Note: Use this command syntax to disable the connection currently used by the Instant Messaging and Presence service: removeIMPServicePropertyappName=webcenter, property=selected.connection This command forces the default connection argument to 0. See also, setIMPConnection . Argument Definition appName Name of the WebCenter application in which to perform this operation. property Name of the configuration property. server Optional. Name of the managed server where the WebCenter application is deployed. For example, WC_Spaces. Required when applications with the same name are deployed to different servers and also when you have a cluster. applicationVersion Optional. Version number of the deployed application. Required if more than one version of the WebCenter application is deployed. Argument Definition appName Name of the WebCenter application in which to perform this operation. server Optional. Name of the managed server where the WebCenter application is deployed. For example, WC_Spaces. Required when applications with the same name are deployed to different servers and also when you have a cluster. applicationVersion Optional. Version number of the deployed application. Required if more than one version of the WebCenter application is deployed. Oracle WebCenter Custom WLST Commands 10-95

10.9.11.3 Example

The following example lists configuration properties for the Instant Messaging and Presence service, in an application named webcenter. wls:weblogicserverConfig listIMPServicePropertiesappName=webcenter

10.9.12 createIMPExtAppConnection