Navigate to your WebCenter Oracle home directory and invoke the WLST script: At the WLST command prompt, enter the following command to connect to the

Introduction to Oracle WebCenter Administration 1-19 ■ password is the password of the operator who is connecting to the Administration Server ■ host_name is the host name of the Administration Server ■ port_number is the port number of the Administration Server For example: connectusername=weblogic, password=mypassword, url=myhost.example.com:7001 If preferred, you can connect to the Administration Server in interactive mode without parameters: wls:offline connect Please enter your username :weblogic Please enter your password : Please enter your server URL [t3:localhost:7001]:t3:myhost.example.com:7001 Connecting to t3:myhost.example.com:7001 with userid weblogic ... Successfully connected to Admin Server AdminServer that belongs to domain wc_domain. For help with this command, type helpconnect at the WLST command prompt. 3. Once connected to the Administration Server you can run WebCenter WLST commands, and any other generic WLST command. Hints and Tips Running for WebCenter WLST Commands ■ To list WebCenter WLST commands , type: helpwebcenter at the WLST command prompt. If the message No help for webcenter found... displays, you are probably running the WLST script from the wrong directory, for example, you might be running wlst.sh or wlst.cmd from the oracle_common directory instead of WC_ORACLE_HOMEcommonbin. ■ For help on a particular command , type: helpWLST_command_name at the WLST command prompt. ■ Include argument names when running commands and especially when writing WLST scripts. For example, it is good practice to enter: createExtAppConnectionappName=webcenter, name=myXApp... rather than: createExtAppConnectionwebcenter, myXApp... Note: If SSL is enabled, you must edit the wlst.sh or wlst.cmd file and append the following to JVM_ARGS: -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.security.TrustKeyStore=DemoTrust or setenv CONFIG_JVM_ARGS -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.security.TrustKeyStore=DemoTrust 1-20 Oracle Fusion Middleware Administrators Guide for Oracle WebCenter Either syntax is valid but when you include the argument names, errors and misconfiguration is less likely. Also, if arguments are added in the future, the command does not fail or configure the wrong property. ■ Online documentation for WebCenter WLST commands is available from Oracle WebCenter Custom WLST Commands in the Oracle Fusion Middleware WebLogic Scripting Tool Command Reference.

1.13.4 System MBean Browser

Fusion Middleware Control provides a set of MBean browsers that allow to you browse the MBeans for an Oracle WebLogic Server or for a selected application. To access application MBeans for WebCenter applications:

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

WebCenter Spaces or the WebCenter Portal application. For more information, see: ■ Section 6.2, Navigating to the Home Page for WebCenter Spaces ■ Section 6.3, Navigating to the Home Page for WebCenter Portal Applications

2. Do one of the following:

■ For WebCenter Spaces - From the WebCenter menu, choose System MBean Browser . ■ For WebCenter applications - From the Application Deployment menu, choose System MBean Browser.

3. Expand Application Defined MBeans.

4. Navigate to the MBean you want to view or configure.

In WebCenter applications, for example, you might want to navigate to MBeans for adf-config.xml and connections.xml as follows Figure 1–5 : ■ adf-config - Click oracle.adf.share.config Server: name Application: name ADFConfig ADFConfig ADFConfig ■ connections - - Click oracle.adf.share.connections Server: name Application: name ADFConnnections ADFConnections

5. To view an MBeans attributes, select the Attributes tab. Some attributes allow you

to change their values. To do so, enter the value in the Value column. Note: While you can monitor and configure WebCenter application MBeans from the System MBean browser, it is not the preferred tool for configuration. Oracle recommends that you configure WebCenter applications using WLST commands or through the WebCenter Settings menu options in Fusion Middleware Control available from the applications home page. Introduction to Oracle WebCenter Administration 1-21 Figure 1–5 Systems MBean Browser