How to Use ant to Stop All Composites in the Partition
The following provides the syntax for stopping all composites in the partition:
ant -f ant-sca-mgmt.xml stopCompositesInPartition -Dhost=host -Dport=port
-Duser=user -Dpartition=partition.nameNote:
After specifying the user name, enter the password when prompted.
Table 48-32 describes the syntax.
Table 48-32 ant Partition Composite Stop 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. | 
| 
 | The name of the partition. | 
The following provides an example of stopping all composites in the partition named myPartition:
                  
ant -f ant-sca-mgmt.xml stopCompositesInPartition -Dhost=myhost10 -Dport=8001
-Dpartition=myPartition