Undeploying Composites
If the composite being deployed involves changes made to the MDS artifacts, you must first undeploy the composite.
To undeploy the composite:
1. Open a command prompt and execute the following commands for Linux and Windows respectively.
Set the environment variables as described in the installation steps.
Linux
cd $PRODUCT_HOME/bin
ant -f DeployUndeployUtility.xml -DInstallProperties=$PRODUCT_HOME/config/InstallProperties.xml UnDeployComposite
 
Windows
cd %PRODUCT_HOME%\bin
ant -f DeployUndeployUtility.xml -DInstallProperties=%PRODUCT_HOME%\
config\InstallProperties.xml UnDeployComposite
 
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 undeployed to SOA server. This parameter does not have a default value.
Composite Folder Location: The folder name should be an absolute path, beginning with <PRODUCT_HOME>/services/industry/Utilities/<EBF>.
Example: If you are planning to undeploy 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 from where the composite should be undeployed.
3. Press Enter to use the default value.