Description Syntax Examples listDefaultDiscussionForumConnection

10-62 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.7.5.3 Examples

The following example lists the names of all of the discussions server connections that are currently configured for an application named webcenter. wls:weblogicserverConfiglistDiscussionForumConnectionsappName=webcenter The following example lists connection names and details for all of the discussions server connections currently configured for an application named webcenter. wls:weblogicserverConfiglistDiscussionForumConnectionsappName=webcenter, verbose=1 The following example lists connection details for a discussions server connection named myDiscussionsServer. wls:weblogicserverConfig listDiscussionForumConnectionsappName=webcenter, name=myDiscussionsServer

10.7.6 listDefaultDiscussionForumConnection

Module: Oracle WebCenter Use with WLST: Online

10.7.6.1 Description

Names the discussions server connection that the Discussions service and the Announcements service are using, in a named WebCenter application. While you can register multiple discussions server connections for a WebCenter application, the DiscussionsAnnouncements service only uses one connection—known as the default or active connection.

10.7.6.2 Syntax

listDefaultDiscussionForumConnectionappName, [verbose, server, applicationVersion]

10.7.6.3 Examples

The following example names the discussions server connection that the DiscussionsAnnouncements service are using, in an application named webcenter. wls:weblogicserverConfig listDefaultDiscussionForumConnectionappName=webcenter Argument Definition appName Name of the WebCenter application in which to perform this operation. verbose Optional. Valid options are 1 true and 0 false. When set to 1, the name and details of the discussions server connections are listed. When set to 0, only the connection name displays. This argument defaults to 0. 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-63 The following example lists the name and details of the discussions server connection that the DiscussionsAnnouncements service are using. wls:weblogicserverConfig listDefaultDiscussionForumConnectionappName=webcenter, verbose=1

10.7.7 setDefaultDiscussionForumConnection