Oracle® Fusion Middleware Administrator's Guide for Oracle WebCenter 11g Release 1 (11.1.1.5.0) Part Number E12405-14 |
|
|
View PDF |
This chapter describes how to configure and manage the RSS service for WebCenter Spaces and the WebCenter Portal 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."
The RSS service encompasses the RSS Viewer and the service to show news feeds from various WebCenter services. The RSS Viewer enables users to view external news feeds from different web sites from within WebCenter applications. The RSS service delivers content update information from the following Oracle WebCenter services: Recent Activities, Discussions, Lists, and Announcements.
The RSS service does not require any back-end server. You do not need to set up a connection to use this service. However, depending on your network configuration, you may need to set up a proxy server to enable your WebCenter applications to display content from external RSS news feeds.
To enable external RSS news feeds in your WebCenter applications, you can set up a proxy server by using Fusion Middleware Control or WLST.
To set up the proxy server for the RSS service:
Log on to Fusion Middleware Control and navigate to the home page for WebCenter Spaces or WebCenter Portal applications. For more information, see:
Do one of the following:
For WebCenter Spaces - From the WebCenter menu, choose Settings > Application Configuration.
For WebCenter Portal applications - From the Application Deployment menu, choose WebCenter > Application Configuration.
In the Proxy Server for RSS News Feeds section, enter the host name and the port number of the proxy server. For details, see Table 20-1.
Click Apply to save this connection.
To start using the proxy server, you must restart the managed server on which your WebCenter applications are deployed. For more information, see Section 8.2, "Starting and Stopping Managed Servers for WebCenter Application Deployments."
Use the WLST command setRssProxyConfig
to specify the proxy host and port used by the RSS service. For command syntax and examples, see the section, "setRssProxyConfig" in Oracle Fusion Middleware WebLogic Scripting Tool Command Reference.
For information about how to run WLST commands, see Section 1.13.3.1, "Running Oracle WebLogic Scripting Tool (WLST) Commands."
Note:
To start using the new proxy details, you must restart the managed server to which your WebCenter applications are deployed. For more information, see the section, "Starting and Stopping WebLogic Managed Servers Using the Command Line" in Oracle Fusion Middleware Administrator's Guide.You can use the getRssProxyConfig
command to know about the proxy host and port used by the RSS service. If you want to delete the current proxy host and port settings, use the unsetRssProxyConfig
command. For more information, see the section "RSS News Feeds" in Oracle Fusion Middleware WebLogic Scripting Tool Command Reference.
After setting up the proxy server for the RSS Viewer of the RSS service, you can test the connection to make sure you can access external RSS feeds.
To ensure the proxy server is accurately configured for the RSS Viewer:
In WebCenter Spaces, drag the RSS Viewer task flow to a page.
Edit the RSS Viewer task flow and set the URL to an external RSS feed. For example:
http://www.oracle.com/rss/rss_ocom_pr.xml
If the RSS feed renders correctly, it confirms that the proxy configuration is set up properly.
For information about adding the RSS Viewer task flow, see the chapter, "Working with the RSS Service" in Oracle Fusion Middleware User's Guide for Oracle WebCenter.