How to Use ant to Start a SOA Composite Application
The following provides an example of starting a SOA composite application:
ant -f ant-sca-mgmt.xml startComposite -Dhost=myhost -Dport=8001 -Duser=weblogic -DcompositeName=HelloWorld -Drevision=1.0 -Dpartition=partition.name
Note:
After specifying the user name, enter the password when prompted.
Table 48-21 describes the syntax.
Table 48-21 ant SOA Composite Application Startup Commands
Argument | Definition |
---|---|
|
Hostname of the Oracle WebLogic Server (for example, |
|
Port of the Oracle WebLogic Server (for example, |
|
User name for connecting to the running server to get MBean information (for example, |
|
Password for the user name. |
|
Name of the SOA composite application. |
|
Revision of the SOA composite application. |
|
Optional. Label of the SOA composite application. The label identifies the MDS artifacts associated with the application. If the label is not specified, the system finds the latest one. |
|
Optional. The name of the partition in which the SOA composite application is located. The default value is |