Configuring the Trust Service in the Integrated WLS Domain

19-10 Oracle Fusion Middleware Administrators Guide for Oracle WebCenter E_HOMEoraclewlserver_10.3serverlibwljmxclient.jar -J-Djmx.remote.protocol.provider.pkgs=weblogic.management.remote 2. Open the JConsole Remote Connection: service:jmx:iiop:example.com:7001jndiweblogic.management.mbeanservers.domai nruntime Username: weblogic Password: welcome1 3. Change the connection property for the provider. For example, to change the Activity Graph host name: a. Expand the tree: oracle.wcps.connections-ConnectionConfiguration.Namespace.Connection-defa ult-activity.provider.connection-ConnectionConfiguration-wcps-services- ActivityGraphConfigConnection-Attributes

b. Click on Properties.

c. In the right panel, double click the value in the first row. You can now scroll through current values using Composite Navigation. d. To change the host value, click on Properties in the navigation tree, supply a name and new value, and then click setProperty.

19.4.1.5 Configuring Connections Using Fusion Middleware Control

You can use Fusion Middleware Control to view or edit the JMX MBeans the connection configuration MBeans for Activity Graph, Oracle Content Server, and People Connections deployed with WebCenter Personalization. To view or edit connection configuration MBeans:

1. Open Fusion Middleware Control Navigate to Personalization Services.

2. Click WCPS-Services.

3. From the Application Development drop-down menu, select System MBean

Browser . 4. In the MBean browser under Application Defined MBeans, select oracle.wcps.connections and continue to drill down to the connection information you wish to modify.

5. On the Attributes tab, select Properties to view current values of connection

attributes.

6. On the Operations tab, select setProperty and click Invoke to modify the

namevalue pairs.

19.4.1.6 Writing a Custom Configuration Class

Custom configuration classes classes annotated with ConnectionConfiguration are implemented by customers writing their own data providers. This allows custom data providers to use the Personalization connection framework to retrieve connection information configured using the Personalization WLST scripts. Custom configuration classes for data providers are more fully described in the section on Custom Data Providers in the Oracle Fusion Middleware Developers Guide for Oracle WebCenter.