pasteConfig Script for Java Components

20-22 Oracle Fusion Middleware Administrators Guide . configGroup

20.4.2 Move Plans Properties

The tables in this section describe the move plan properties you can customize for Oracle Fusion Middleware components. The properties that you edit differ depending on the type of component. Table 20–10 provides pointers to the appropriate list of properties for each component. Table 20–11 describes the properties you can customize for Java components. Table 20–10 Move Plan Properties for Components Component Where to find the list of properties Java components Table 20–11 Oracle ADF connections Table 20–12 Oracle SOA Suite Table 20–11 and Table 20–13 Oracle HTTP Server Table 20–14 Oracle Internet Directory Table 20–15 Oracle Virtual Directory Table 20–16 Node Manager Table 20–17 Table 20–11 Common Move Plan Properties for Java Components Properties Description Sample Value Startup Mode The startup mode of an Oracle WebLogic Server domain. Valid values are: ■ DEVELOPMENT. Use this mode while you are developing your applications. Development mode uses a relaxed security configuration and enables you to auto-deploy applications. ■ PRODUCTION. Use this mode when your application is running in its final form. A production domain uses full security and may use clusters or other advanced features. The default is PRODUCTION. PRODUCTION Common Java Properties The following properties are in the SERVER_ CONFIG group. Listen Address The Listen address of the WebLogic Server. Set it to the host name or set it to all local addresses to listen on all addresses on the host. All Local Addresses Listen Port The number of the Listen port. If you do not provide a port number or if the port number you provide is not available, the operation returns an error. 8001 Using the Movement Scripts 20-23 Custom Identity Keystore File The absolute path of custom identity keystore file location. scratchOracleMiddleware wlserver_ 10.3serverlibexample_ identity.jks Custom Identity Keystore Passphrase File The absolute path to the secure file containing the custom identity keystore password. scratchi_pass.txt Custom Trust Keystore File The absolute path of custom trust keystore file location. scratchOracleMiddleware wlserver_ 10.3serverlibexample_ trust.jks Custom Trust Keystore Passphrase File The absolute path to the secure file containing the custom trust keystore password. scratchpassphrase.txt Custom Identity Private Key Alias The private key alias. example.com Custom Identity Private Key Passphrase File The absolute path to the secure file containing the custom identity private key password. scratchi_p_pass.txt Oracle WebLogic Server Cluster Configuration Properties The following properties are in the CLUSTER_CONFIG group. Messaging Mode The cluster messaging mode. Acceptable values are unicast and multicast. multicast Cluster Address The cluster address. localhost Unicast Channel The name of the unicast channel. MyMulticastChannel Multicast Address The multicast address. 239.192.0.0 Multicast Port The port number of the multicast address. 8899 Frontend Host The name or IP address of the front-end host for the cluster. example.com Frontend HTTP Port The HTTP port number for the front-end host for the cluster. 7008 Machine Configuration Properties The following properties are in the MACHINE_CONFIG group. Machine Name The name of the machine. example.com Node Manager Listen Address The Listen address of the machine running Node Manager. examplehost Node Manager Listen Port The port number of the Listen address of the machine running Node Manager. 5556 Deployment Plans The following properties are in the DEPLOYMENT_PLAN_CONFIG group. Deployment Plan The location where an applications deployment plan is to be extracted. The location is relative to the location of the move plan. deployment_ planshelloWorldEar_ plan.xml Authenticators The following properties are in the AUTHENTICATORS group. Host Name The LDAP server host name. example.com Port The LDAP server port number. 3060 Table 20–11 Cont. Common Move Plan Properties for Java Components Properties Description Sample Value 20-24 Oracle Fusion Middleware Administrators Guide Principal The Admin user for the LDAP server. cn=orcladmin Password File The absolute path of a secure file containing the password for the LDAP user. You must provide a password file, even if you are not changing the configuration. scratchp.txt User Base DN The user base distinguished name DN. cn=users,dc=us,dc=oracle,dc =com User Object Class The user object class. person Group Base DN The group base distinguished name DN. cn=groups,dc=us,dc=oracle,d c=com GUID Attribute The global unique identifier. orclguid Data Source Configuration The following properties are in the DATASOURCE group. Driver Class The driver class of the data source. Refer to Selecting a JDBC Driver in the Oracle Fusion Middleware Configuring and Managing JDBC for Oracle WebLogic Server to choose the appropriate class. oracle.jdbc.OracleDriver Url The URL of the database for the data source. It contains the host name, database service name or SID, and the database port number. jdbc:oracle:thin:orcl.exam plecom:1521orcl.example.co m User The schema name of the data source. OFM_MDS Password File The absolute path to the secure file containing the password of the database schema. You must provide a password file, even if you are not changing the configuration of the data source. scratchoraclepass_ds.txt LDAP-Based Policy and Credential Store Configuration The following properties are in the OPSS_ SECURITY group. They are in the configProperty with the ID of LDAP. If the source is a file-based store, these properties, as well as the LDAP-based and Database-Based Policy and Credential Store properties are exposed. When you configure the move plan, you can change from a file-based to an LDAP or database-based store. If the source is LDAP-based, only the LDAP properties are exposed. You cannot change it to a different type, but you can change the LDAP endpoints. If the source is database-based, only the database properties are exposed. You cannot change it to a different type, but you can change the database-based endpoints. You can only use one type of store. To use one, uncomment the section in the move plan and ensure the other is commented. Password File The absolute path to the secure file containing the password of the LDAP Server Administrative user. You must provide a password file, even if you are not changing the configuration of the LDAP Server. scratchoraclepass_ ldap.txt Table 20–11 Cont. Common Move Plan Properties for Java Components Properties Description Sample Value