Configuration file location
The Asynchronous Process Manager (BPM) module is configured in a single file named config.xml that can be found in WEB-INF/classes/conf/config.xml file into the bpm-async war.
Configuration file contents
- service: BPM converter service configuration.
- localRepositoryPath: The file system path where the image repository is mounted.
Important considerations
The BPM will do disk conversions and store them in the nfs. So be specially carefully with:
- The NFS is mounted in the specified localRepositoryPath.
- The NFS is dedicated.
- When running the BPM, it has permission to write in it.
- If the BPM module also runs in the same machine than Appliance Manager, they both point to the same localRepositoryPath.
- We strongly recommend to leave the rest of configuration files like the default config.xml file.
Default configuration file contents
config.xml

