Repeat steps 6 through 9 for Messages.xsd and Types.xsd.

15-10 Oracle Fusion Middleware Administrators Guide for Oracle WebCenter

15.5 Choosing the Active Events Server Connection

You can register multiple events server connections with WebCenter Spaces but only one connection is active at a time. This section includes the following subsections: ■ Section 15.5.1, Choosing the Active Events Server Using Fusion Middleware Control ■ Section 15.5.2, Choosing the Active Events Server Connection Using WLST

15.5.1 Choosing the Active Events Server Using Fusion Middleware Control

To change the active connection:

1. Log in to Fusion Middleware Control and navigate to the home page for

WebCenter Spaces. For more information, see Section 6.2, Navigating to the Home Page for WebCenter Spaces.

2. From the WebCenter menu, choose Settings Service Configuration.

3. From the list of services on the WebCenter Services Configuration page, select

Personal Events . The Manage Personal Events Connections table indicates the current active connection if any.

4. Select the connection you want to make the active or default connection, and

then click Edit. 5. Select the Active Connection checkbox. 6. Click OK to update the connection. 7. To start using the new active connection you must restart the managed server on which WebCenter Spaces is deployed. For more information, see Section 8.2, Starting and Stopping Managed Servers for WebCenter Application Deployments.

15.5.2 Choosing the Active Events Server Connection Using WLST

Use the WLST command setPersonalEventConnection with default=true to activate an existing events connection. For command syntax and examples, see the section, “setPersonalEventConnection” in the Oracle Fusion Middleware WebLogic Scripting Tool Command Reference. To subsequently disable an events connection, run the same WLST command with default=false. Connection details are retained but the connection is no longer named as an active connection. For information on how to run WLST commands, see Section 1.13.3.1, Running Oracle WebLogic Scripting Tool WLST Commands. Note: To start using the new active connection you must restart the managed server on which the WebCenter application is deployed. See, “Starting and Stopping WebLogic Managed Servers Using the Command Line” in the Oracle Fusion Middleware Administrators Guide. Managing the Events Service 15-11

15.6 Modifying Events Server Connection Details

You can modify events server connection details at any time. To start using the updated active connection you must restart the managed server on which WebCenter Spaces is deployed. This section includes the following subsections: ■ Section 15.6.1, Modifying Events Server Connection Details Using Fusion Middleware Control ■ Section 15.6.2, Modifying Events Server Connection Details Using WLST

15.6.1 Modifying Events Server Connection Details Using Fusion Middleware Control

To update connection details for an events server:

1. Log in to Fusion Middleware Control and navigate to the home page for

WebCenter Spaces. For more information, see Section 6.2, Navigating to the Home Page for WebCenter Spaces.

2. From the WebCenter menu, choose Settings Service Configuration.

3. From the list of services on the WebCenter Service Configuration page, select

Personal Events .

4. Select the connection name, and click Edit.

5. Edit connection details, as required. For detailed parameter information, see

Table 15–4 .

6. Click OK to save your changes.

7. To start using the updated active connection you must restart the managed

server on which WebCenter Spaces is deployed. For more information, see Section 8.2, Starting and Stopping Managed Servers for WebCenter Application Deployments.

15.6.2 Modifying Events Server Connection Details Using WLST

Use the WLST command setPersonalEventConnection to edit an existing events server connection. For command syntax and examples, see the section, “setPersonalEventConnection” in the Oracle Fusion Middleware WebLogic Scripting Tool Command Reference. For information on how to run WLST commands, see Section 1.13.3.1, Running Oracle WebLogic Scripting Tool WLST Commands. Note: To start using the active connection you must restart the managed server on 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 Administrators Guide.