Description Syntax Example setRssProxyConfig

10-154 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.15.1.3 Example

The following example returns the proxy host and proxy port used by the RSS service in a WebCenter application named webcenter. wls:weblogicserverConfig getRssProxyConfigappName=webcenter

10.15.2 setRssProxyConfig

Module: Oracle WebCenter Use with WLST: Online

10.15.2.1 Description

Specifies the proxy host and port for the RSS service. Depending on your network configuration, proxy details may be required to display external RSS news feeds in your WebCenter application.

10.15.2.2 Syntax

setRssProxyConfigappName, proxyHost, proxyPort, [server, applicationVersion]

10.15.2.3 Example

The following example sets the proxy host and proxy port used by the RSS service in a WebCenter application named webcenter. wls:weblogicserverConfig setRssProxyConfigappName=webcenter, proxyHost=www-proxy.example.com, proxyPort=80 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. Argument Definition appName Name of the WebCenter application in which to perform this operation. proxyHost Host name of the proxy server. proxyPort Port on which the proxy server is running. 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-155

10.15.3 unsetRssProxyConfig