Broker 10.15 | webMethods Broker Documentation | Administering webMethods Broker | Exporting, Importing, and Deploying Assets | Deploying Broker Assets | Deploying Assets Using webMethods Deployer | Partial Deployment | Checkpoint and Roll Back Assets
 
Checkpoint and Roll Back Assets
Deployer's checkpoint and roll back feature enables successful deployment. The checkpointed assets and the delivered assets are by default stored in the Integration Server_directory instances/instance_name/replicate/deployer/Broker directory. When the size of the checkpointed or delivered assets increase, you might want to store the assets in another directory.
*To configure the storage path for the checkpointed assets and the delivered assets
1. Open the Integration Server_directory /instances/instance_name/packages/WmBrokerDeployer/config/wmBrokerDeployer.properties file for edit.
2. Specify the asset storage path in the persistenceManager.path property.
*Use slash "/" as the path separator.
*If you specify a relative path, the specified directory in created under the Integration Server_directory /instances/instance_name directory.
If you specify persistenceManager.path=Broker/Assets, the assets are stored in the Integration Server_directory /instances/instance_name/Broker/Assets directory. If you specify persistenceManager.path=C:/Broker/Assets, the assets are stored in C:/Broker/Assets.