17 Managing the RSS Service

This chapter describes how to configure and manage the RSS service for WebCenter Spaces and custom WebCenter applications deployed to Oracle WebLogic Server.

This chapter includes the following sections:

Audience

The content of this chapter is intended for Fusion Middleware administrators (users granted the Admin or Operator role through the Oracle WebLogic Server Administration Console). See also, Section 1.8, "Understanding Administrative Operations, Roles, and Tools."

17.1 What You Should Know About the RSS Service

The RSS service provides the ability to expose information from WebCenter Services and external sources, as news feeds in WebCenter applications. The RSS service delivers content update information from the following WebCenter Services: Recent Activities, Discussions, Lists, and Announcements.

17.2 RSS Prerequisites

The RSS service does not require any back-end server. You do not need to set up a connection to use this service. Depending on your network configuration, you may need to set up a proxy server for your application to display content from external RSS news feeds.

17.3 Specifying the RSS Feed Proxy

To specify the proxy host and port used by the RSS service, use the WLST command setRssProxyConfig. For command syntax and examples, see the section, "setRssProxyConfig" in the Oracle Fusion Middleware WebLogic Scripting Tool Command Reference.

For information about how to run WLST commands, see Section 1.12.3.1, "Running Oracle WebLogic Scripting Tool (WLST) Commands."

Note:

To start using new proxy details, you must restart the managed server to which the WebCenter application is deployed. For more information, see the section, "Starting and Stopping WebLogic Managed Servers Using the Command Line" in the Oracle Fusion Middleware Administrator's Guide.

Note:

Proxy servers for the RSS service cannot be set by using Fusion Middleware Control.

17.4 Testing RSS News Feed Connections

To ensure that the proxy information is accurately configured for the RSS service:

  1. In WebCenter Spaces, drag the RSS Viewer task flow to a page.

  2. Edit the RSS Viewer task flow and set the URL to an external RSS feed. For example:

    http://rss.cnn.com/rss/cnn_topstories.rss

    If this feed renders correctly, it confirms that the proxy configuration is set up properly.