Setting Application Properties for WebCenter Portal Applications

Setting WebCenter Application Properties 9-5 Notification messages can be routed through a BPEL server or a mail server and it is the system administrator’s job to configure the channel that is used. For more information, see Section 18.2, Setting Up a Notifications Connection Type .

9.7 Enabling RSS News Feeds in WebCenter Applications

If your WebCenter applications uses a proxy server, you must configure proxy server details to enable RSS news feeds. For more information, see Section 20.3, Setting Up a Proxy Server for External RSS News Feeds .

9.8 Controlling Last Page Accessed Behavior in WebCenter Spaces

Administrators can use the webcenter:rememberLastAccessedPage property in webcenter-config.xml to control whether and how long WebCenter Spaces remembers the last page a given user accessed within a Space. You can choose whether last page accessed information persists within a given session, across sessions, or not to remember. Out-of-the-box, whenever you navigate to a Space, the first page of that Space always displays, that is the last page the user accessed is not remembered. To define last-page-accessed behavior for WebCenter Spaces: 1. Export the latest webcenter-config.xml from MDS. For example: exportMetadataapplication=webcenter, server=WC_Spaces, toLocation=tmpmydata, docs=oraclewebcenterwebcenterappmetadatamdssyscustsitewebcenterwebcen ter-config.xml.xml The webcenter-config.xml file is created the first time you configure General settings through WebCenter Spaces administration. See also, Appendix A.1.3, webcenter-config.xml . 2. Open the file in a text editor and enter the following: webcenter:rememberLastAccessedPagevaluewebcenter:rememberLastAccessedPage 3. For value, enter one of the following values: ■ NEVER—Never remember the last accessed page and, instead, display the first page for the Space. This is the default. ■ WITHIN_SESSION—Remember the last accessed page within the current session, but not across sessions. ■ ACROSS_SESSION—Always remember the last accessed page. 4. Save and close webcenter-config.xml. 5. Import the updated webcenter-config.xml file to WebCenter Spaces. Note: If webcenter:rememberLastAccessedPage is set to NEVER, the Login setting determines the first page that users see when they login to WebCenter Spaces. For details, see Choosing a Default Start or Landing Page in Oracle Fusion Middleware Users Guide for Oracle WebCenter.