Description Syntax Example setDiscussionsServerProperty

10-70 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.7.15.3 Example

The following example synchronizes Discussions and Announcement permissions in WebCenter Spaces, that is, Subspaces inherit the same Oracle WebCenter Discussions server permissions as their parent: wls:weblogicserverConfig syncDiscussionServerPermissionsappName=webcenter

10.7.16 setDiscussionsServerProperty

Module: Oracle WebCenter Use with WLST: Online

10.7.16.1 Description

Sets a discussions server property. Use this command to set a system property on the discussions server.

10.7.16.2 Syntax

setDiscussionsServerPropertyappName, key, value, [server, applicationVersion]

10.7.16.3 Example

The following example sets properties that configures the discussions server for SSO, where example.com:8890owc_discussions is the base URL of the webtier on which the discussions server is deployed: wls:weblogicserverConfig setDiscussionsServerPropertyappName=owc_discussions, key=owc_ discussions.sso.mode, value=true setDiscussionsServerPropertyappName=owc_discussions, key=jiveURL, applicationVersion Optional. Version number of the deployed application. Required if more than one version of the WebCenter application is deployed. Note: To execute discussion server WLST commands, such as setDiscussionsServerProperty, the user used to connect to the Admin Server must also have administrative privileges on the discussion server. Argument Definition appName Name of the discussions server application in which to perform this operation. For example, owc_discussions. key Name of the discussions server property. value Value for the discussions server property. server Optional. Name of the managed server where the application is deployed. For example, WC_Collaboration. 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 application is deployed. Argument Definition Oracle WebCenter Custom WLST Commands 10-71 value=example.com:8890owc_discussions

10.7.17 getDiscussionsServerProperty