Description Syntax Example importJRFWSApplicationPDD

14-54 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

14.6.1 exportJRFWSApplicationPDD

Command Category: Deployment descriptor migration Use with WLST: Online

14.6.1.1 Description

Export an ADF Business Control or WebCenter application deployment descriptor to a Java Archive JAR file. If you do not specify a name for the JAR file, the output displays the default name and path to the JAR file.

14.6.1.2 Syntax

exportJRFWSApplicationPDDapplication,pddJarFileName=None

14.6.1.3 Example

The following example exports the Web service PDD for the application ADFBCHelloWorld into a JAR file named exportPDD.jar. wls:wls-domainserverConfigexportJRFWSApplicationPDD wls-domainManagedServerADFBCHelloWorld,tmpexportPDD.jar tmpexportPDD.jar

14.6.2 importJRFWSApplicationPDD

Command Category: Deployment descriptor migration Use with WLST: Online

14.6.2.1 Description

Import an ADF Business Control or WebCenter Web service application deployment descriptor from the exported JAR file into a new environment, for example, a production environment or a scaled server instance in a cluster. savePddToAllAppInstancesInDomain Import and save the ADF BC or WebCenter Web service application deployment descriptor from the exported JAR file into all of the server instances in the connected domain. Online Argument Definition application Name and path of the application for which you want to export the configuration information. For example, domainserverapplicationversion pddJarFileName Optional. User-specified name for the JAR file. The default is None. For example, tmpmyPDD.jar. Table 14–6 Cont. Deployment Descriptor Migration Commands Use this command... To... Use with WLST ... Web Services Custom WLST Commands 14-55

14.6.2.2 Syntax

importJRFWSApplicationPDDapplication,pddJarFileName

14.6.2.3 Example

The following example imports the Web service application deployment descriptor for the ADFBCHelloWorld application that has been migrated to the server ManagedServer2. The command uses the name of the JAR file that was generated when the exportJRFWSApplicationPDD command was executed. wls:wls-domainserverConfigimportJRFWSApplicationPDD wls-domainManagedServer2ADFBCHelloWorld, tmpexportPDD.jar application wls-domainManagedServer2ADFBCHelloWorld PDD has been reset, please restart application now to uptake changes

14.6.3 savePddToAllAppInstancesInDomain