Deploying Individual Composites
Perform the following steps to deploy individual composites:
1. Execute the following commands in the command prompt for Linux and Windows respectively:
Linux
cd $PRODUCT_HOME/bin
ant -f DeployUndeployUtility.xml -DInstallProperties=$PRODUCT_HOME/config/InstallProperties.xml DeployComposite
 
Windows
cd %PRODUCT_HOME%\bin
ant -f DeployUndeployUtility.xml -DInstallProperties=%PRODUCT_HOME%\
config\InstallProperties.xml DeployComposite
2. Validate the following parameters when prompted with default values during deployment. Press ENTER to use the default value.
Composite Name: Name of the composite to be deployed to SOA server. This parameter does not have a default value.
Example: OUCCB2OUMDM2OnlineBDRequestEBF
Composite folder location: The folder name should be an absolute path beginning with <PRODUCT_HOME>/services/industry/Utilities/<EBF/utility>.
Example: Deploy the composite from<PRODUCT_HOME>/services/industry/Utilities/EBF, then pass <PRODUCT_HOME>/services/industry/Utilities/EBF to this property.
The default value for this property is <PRODUCT_HOME>/services/industry/Utilities/EBF, as most of the business-specific composites reside in this folder.
Partition Name: The SOA partition name to which the composite should be deployed.
3. Press Enter to use the default value.
Note: Refer to Verify Composites in Enterprise Manager to know more about the composites for this integration.