Description Syntax Example setPortalMidtierConfig

12-10 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference Use with WLST: Online

12.2.8.1 Description

Updates the Portal repository with the latest Portal mid-tier configuration.

12.2.8.2 Syntax

setPortalMidtierConfig[dad_name], [ohs_host], [ohs_port], [ohs_protocol], [webcache_host], [webcache_inv_user], [webcache_inv_port], [webcache_inv_passwd]

12.2.8.3 Example

The following example updates the Portal mid-tier configuration based on the specified values. setPortalMidtierConfigdad_name=portal1,ohs_host=foo.oracle.com, ohs_port=8090,ohs_protocol=false,webcache_host=foo.oracle.com, webcache_inv_user= invalidator,webcache_inv_port=6523, webcache_inv_passwd=invalidator Argument Definition dad_name Optional. Name of the Database Access Descriptor. Default DAD name is portal. ohs_host Optional. Oracle HTTP Server host name. ohs_port Optional. Oracle HTTP Server port number. ohs_protocol Optional. Oracle HTTP Server protocol. webcache_host Optional. The name of the WebCache host to which invalidation messages are sent. webcache_inv_user Optional. The WebCache user name used for sending the invalidation messages. webcache_inv_port Optional. The WebCache port number to which invalidation messages are sent. webcache_inv_passwd Optional. WebCache invalidation password. 13 Java Required Files Custom WLST Commands 13-1 13 Java Required Files Custom WLST Commands Java Required Files JRF consists of those components not included in the WebLogic Server installation that provide common functionality for Oracle business applications and application frameworks. It consists of a number of independently developed libraries and applications that are deployed into a common location. The following components are considered part of Java Required Files: Oracle Application Development Framework, Oracle Fusion Middleware Audit Framework, Dynamic Monitoring Service, Fabric Common, HTTP Client, Infrastructure Security, Java Object Cache, JMX Framework, JPS, logging, MDS, OJSP.Next, Oracle Web Services, Oracle Web Services Manager, Oracle TopLink, UCP, XDK.

13.1 Java Required Files Commands

Use the commands in Table 13–1 to configure a Managed Server or cluster with Java Required Files JRF applications and services or to copy the applications and services from one Managed Server or cluster and apply them to another Managed Server or cluster. In the Use with WLST column, online means the command can only be used when connected to a running server. Offline means the command can only be used when not connected to a running server. Online or offline means the command can be used in both situations. Note: To use these JRF custom WLST commands, you must invoke the WLST script from the Oracle Common home. See Using Custom WLST Commands in the Oracle Fusion Middleware Administrators Guide. Table 13–1 JRF Commands Use this command... To... Use with WLST... applyJRF Configures a Managed Server or cluster with Java Required Files applications and services. Online or Offline cloneDeployments Copies the applications and services from Managed Server or cluster and applies them to another Managed Server or cluster. Online or Offline