Description Syntax Example setIMPConnectionProperty

Oracle WebCenter Custom WLST Commands 10-87 The following example sets attributes on an existing instant messaging and presence server connection. wls:weblogicserverConfigsetIMPConnectionappName=webcenter, name=myOWLCSPresenceServer, adapter=OWCLS, url=http:myowlcshost.com:8888, policyURI=oraclewss11_saml_token_with_message_protection_client_policy, timeout=60, default=0 The following example sets attributes on an existing instant messaging and presence server connection. wls:weblogicserverConfigsetIMPConnectionappName=webcenter, name=myLCSPresenceServer, adapter=LCS, url=http:mylcshost.comowclcs, appId=LCSExtApp, poolName=pool1.myhost.com, timeout=60, default=0

10.9.3 setIMPConnectionProperty

Module: Oracle WebCenter Use with WLST: Online

10.9.3.1 Description

Sets an instant messaging and presence server connection property. Use this command if additional parameters are required to connect to your presence server. This is an extensible way to add any connection property using a key and a value. You are not limited to connection properties specified by createIMPConnection and setIMPConnection . All known, additional connection properties are listed in Table 10–14, Additional IMP Connection Properties . Table 10–14 Additional IMP Connection Properties Additional IMP Connection Property Valid IMP Servers Description presence.url OWLCS URL to the OWLCS Presence service. Required if the OWLCS Presence service is deployed on a separate node. When no value is specified, the connection url property is used. contacts.url OWLCS URL to the OWLCS Contact Management service. Required if the OWLCS Contact Management service is deployed on a separate node. When no value is specified, the connection url property is used. call.url OWLCS URL to the OWLCS Third Party Call service. Required if the OWLCS Third Party Call service is deployed on a separate node. When no value is specified, the connections url property is used. call.method OWLCS Third party call method. Valid values are: sip and pstn. When set to sip, third party calls are forwarded to Oracle Communicators. When set to pstn, calls are forwarded to PSTN telephones contact.number.attribute provides the phone number. 10-88 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference Do not use the setIMPConnectionProperty to set connection properties available through createIMPConnection or setIMPConnection . Attempting to do so, has no effect.

10.9.3.2 Syntax

setIMPConnectionPropertyappName, name, key, value, [secure, server, applicationVersion]

10.9.3.3 Example

The following example adds a custom instant messaging and presence server connection property called admin.user with a default value admin. wls:weblogicserverConfig setIMPConnectionPropertyappName=webcenter, name=MyLCSPresenceServer, key=admin.user, value=admin

10.9.4 deleteIMPConnectionProperty