On the Deployment Summary pane, click Install.

Deploying WebCenter Applications 7-25

7.1.8 Configuring Applications to Run in a Distributed Environment

For information about configuring your WebCenter Portal application to run in a distributed environment, see the Oracle Fusion Middleware Enterprise Deployment Guide for Oracle WebCenter, and Configuring High Availability for Oracle ADF and WebCenter Applications in the Oracle Fusion Middleware High Availability Guide.

7.2 Undeploying WebCenter Portal Applications

This section describes how to undeploy a WebCenter Portal application or portlet producer application using Fusion Middleware Control, or from the command line using WLST. This section contains the following subsections: ■ Section 7.2.1, Undeploying WebCenter Applications Using Fusion Middleware Control ■ Section 7.2.2, Undeploying WebCenter Applications Using WLST ■ Section 7.2.3, Removing an Applications Credential Map

7.2.1 Undeploying WebCenter Applications Using Fusion Middleware Control

This section describes how to undeploy a WebCenter Portal application using Fusion Middleware Control. To undeploy a WebCenter Portal application using Fusion Middleware Control: 1. Log in to Fusion Middleware Control. See Section 6.1, Displaying Fusion Middleware Control Console.

2. From the Navigation pane, expand Application Deployments, then click the

application that you want to undeploy.

3. From the Application Deployment menu, select Application Deployment

Undeploy .

4. On the confirmation page, click Undeploy.

5. When the operation completes, click Close.

7.2.2 Undeploying WebCenter Applications Using WLST

This section describes how to undeploy a WebCenter Portal application using WLST. To undeploy a WebCenter Portal application using WLST: Note: When a WebCenter Portal application is undeployed, its application credentials and MDS customizations are kept in case the application is redeployed to the same domain. If the application will not be redeployed in this domain, or if it is important to reset these back to initial conditions before the next deployment, then after undeploying an application you can remove the applications credential map from the Credential Store as described in Section 7.2.3, Removing an Applications Credential Map. You can also remove the MDS repository partition as described in Deleting a Metadata Partition from a Repository in the Oracle Fusion Middleware Administrators Guide. 7-26 Oracle Fusion Middleware Administrators Guide for Oracle WebCenter 1. Start the WLST shell. For information on starting the WLST shell, see Section 1.13.3, Oracle WebLogic Scripting Tool WLST. 2. Connect to the Administration Server of your WebCenter installation: connectuser_name,password,host_id:7001 Where: ■ user_name is the user name to access the administration server for example, weblogic. ■ password is the password to access the administration server for example, weblogic. ■ host_id is the host ID of the administration server for example, myserver.example.com. You should see the following message: Successfully connected to Admin Server AdminServer that belongs to domain wc_domain. 3. Use the undeploy command to undeploy the application: undeployapp_name,[targets],[options] Where: ■ app_name is the deployment name for the deployed application. [targets] is a list of the target servers from which the application will be removed. Optional. If not specified, defaults to all current targets. ■ [options] is a comma-separated list of deployment options, specified as name-value pairs. Optional. See the deploy command for a complete list of options.

7.2.3 Removing an Applications Credential Map

When a WebCenter Portal application is undeployed, its application credentials are not removed. Consequently, you must manually remove the credential map used for the application after it is undeployed using Fusion Middleware Control. To remove an applications credentials map using Fusion Middleware Control: 1. Determine the credentials map name used by the application by inspecting the contents of the applications adf-config.xml and locating the value for adfAppUID. For example: adf:adf-properties-child xmlns=http:xmlns.oracle.comadfconfigproperties adf-property name=adfAppUID value=Veeva-7209 adf:adf-properties-child In this case, Veeva-7209 is the credential map name used by the application. 2. Log in to Fusion Middleware Control. For information on logging into Fusion Middleware Control, see Section 6, Starting Enterprise Manager Fusion Middleware Control.