extractMovePlan Script Movement Scripts Syntax

Using the Movement Scripts 20-21 dataTypeSTRINGdataType scopeREAD_WRITEscope itemMetadata configProperty You can modify properties with the scope of READ_WRITE. Do not modify the properties with the scope of READ_ONLY.

20.4.1 Locating configGroup Elements

Most move plans contain multiple configGroup elements. When a property is associated with a particular configGroup element, the tables listing the properties group the properties by configGroup element. For example Table 20–11 , which shows the properties for the move plan for Java components, shows multiple configGroup elements, such as SERVER_CONFIG and MACHINE_CONFIG. The following example shows a portion of the move plan for Java components, with portions of the SERVER_CONFIG and MACHINE_CONFIG configGroup elements: ?xml version=1.0 encoding=UTF-8 standalone=yes? movePlan movableComponent componentTypeJ2EEDomaincomponentType moveDescriptor StartupModePRODUCTIONStartupMode configGroup typeSERVER_CONFIGtype configProperty id=Server1 configProperty nameServer Namename valueAdminServervalue itemMetadata dataTypeSTRINGdataType scopeREAD_ONLYscope itemMetadata configProperty . . . configGroup configGroup typeMACHINE_CONFIGtype configProperty id=Machine1 configProperty nameMachine Namename valueLocalMachinevalue itemMetadata dataTypeSTRINGdataType scopeREAD_WRITEscope itemMetadata configProperty configProperty nameNode Manager Listen Addressname valueexample.comvalue itemMetadata dataTypeSTRINGdataType scopeREAD_WRITEscope itemMetadata configProperty . 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