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:
Set the environment variables as described above in the installation steps.
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: CCBToEBSAPBPELProcess
• Composite Folder Location: The folder name should be an absolute path beginning with %PRODUCT_HOME%/services/industry/Utilities/<EBF>.
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.
• SOA Partition Name: The SOA partition name to which the composite should be deployed.
3. Press ENTER to use the default value.