Configuring Web Services Security for Discussions

5-28 Oracle Fusion Middleware Patching Guide ■ Section 5.6.4, Upgrading a WebCenter Custom Application to Add Portal Framework Features

5.6.1 Enabling Process Spaces in a Patched Domain

This manual step should be followed if you would like to add Process Spaces BPM functionality – which is an integration between WebCenter and a BPM enabled SOA domain - to a WebCenter domain. This procedure must be performed regardless of whether the domain was an existing Release 11.1.1.2.0 domain which was updated to Release 11.1.1.4.0 or whether it is a brand new domain created with a brand new Release 11.1.1.4.0 installation. To learn more about Process Spaces functionality, refer to Understanding Oracle Business Process Management Process Spaces in Oracle BPEL Process Manager Users Guide. 1. If you have not already enabled Process Spaces in your existing WebCenter domain, perform the following steps to extend your domain using the Oracle BPM Spaces template. a. Go to the commonbin on UNIX operating systems or common\bin on Windows operating systems directory in your WebCenter Oracle home and start the Configuration Wizard config.sh on UNIX operating systems or config.cmd on Windows operating systems. b. Follow the instructions in Extending a WebLogic Domain in Graphical Mode in Oracle Fusion Middleware Creating Domains Using the Configuration Wizard to extend your domain. On the Select Extension Source screen, select Base this domain on an existing template . Click Browse and select the following template from the list: On UNIX operating systems: WebCenter_ORACLE_HOME commontemplatesapplicationsoracle.bpm.spaces_ template_11.1.1.jar On Windows operating systems: WebCenter_ORACLE_HOME \common\templates\applications\oracle.bpm.spaces_ template_11.1.1.jar c. Close the Configuration Wizard when the domain extension is complete. 2. Copy the SOA_ORACLE_HOME bpmprocess_spaces on UNIX operating systems or SOA_ORACLE_HOME \bpm\process_spaces on UNIX operating systems folder from the SOA Oracle home directory to any location from where it would be able to connect to the Webcenter installation. 3. Edit the process-portal-install.properties file located in the process_ spaces folder you just copied to specify the required BPM and WebCenter properties. For security purposes, you can leave the passwords empty and provide them later when prompted. Note: The config services flag in the properties file can be used to configure WebCenter services if WebCenter Services has not already been configured as part of the Webcenter installation. Patching Oracle WebCenter 5-29 4. Make sure you have ant installed with the PATH and CLASSPATH configured. 5. Run the ant script install.xml located in the process_spaces folder: ant -f install.xml -DpromptForPasswords=true 6. If config services was set to true in process-portal-install.properties: a. Restart the WebCenter server. b. Run the following ant command: ant -f install.xml post-install -DpiArgs -importGSOnly 7. If Oracle BPM and WebCenter have been configured in different domains, configure Trusted Domain Credentials in both the Oracle BPM and WebCenter domains. For more information, see Enabling Trust Between WebLogic Server Domains in Oracle Fusion Middleware Securing Oracle WebLogic Server.

5.6.2 Extending a WebCenter Domain to Add Oracle WebCenter Analytics Collector

If you want to extend an existing Oracle WebCenter domain to add Oracle WebCenter Analytics Collector, you need to do the following: 1. Remove the openusage properties from EXTRA_JAVA_PROPERTIES in DOMAIN_ HOME binsetDomainEnv.sh on UNIX operating systems or DOMAIN_ HOME \bin\setDomainEnv.cmd on Windows operating systems. Specifically, the lines that need to be removed are: EXTRA_JAVA_PROPERTIES=-Doracle.wc.openusage.clustername=localhost -Doracle.wc.openusage.collectorport= port_number -Doracle.wc.openusage.timeout=30 -Doracle.wc.openusage.unicast=true -Doracle.wc.openusage.enabled=false {EXTRA_JAVA_PROPERTIES} export EXTRA_JAVA_PROPERTIES 2. Restart all the servers in the domain. 5.6.3 Adding Activity Graph, Analytics, Pagelet Producer, and Personalization Server to the Patched Domain Oracle WebCenter 11.1.1.4.0 introduces several new features for Oracle WebCenter Spaces, including: ■ Activity Graph, which provides suggestions of people that a user may be interested in ■ Analytics, which allows you to track and analyze WebCenter Spaces usage ■ Pagelet Producer, which provides a collection of useful tools and features that facilitate dynamic pagelet development ■ Personalization Server, which can deliver targeted content For more information about these features, as well as the other components of Oracle WebCenter, see Getting Started with WebCenter Components in the Oracle Fusion Middleware Installation Guide for Oracle WebCenter.