Appliance Manager Configuration

Configuration file location

The Appliance Manager module is configured in a single file named config.xml that can be found in WEB-INF/classes/conf/config.xml file into the am war.

Configuration file contents

  • repository: Datacenter repository configuration.
    • path: Local filesystem path where the repository is mounted.
    • location: Repository shared location (remote path).
  • deploy: Optional elements to tune the deploy process.
    • buffer: Bytes to be downloaded before flush to repository.
    • timeout: Milliseconds to wait before a connection times out.
  • upload: Optional elements to tune the upload process.
    • progressInterval: Milliseconds to wait before refresh upload progress.

Important considerations

The Appliance Manager will download the virtual images from the repository space and store them in an own folder hierarchy. So be specially carefully with:

  • The NFS is mounted in the specified repository.path location.
  • The NFS is dedicated.
  • When running the appliance manager, 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 repository.path location.
  • We strongly recommend to leave the rest of configuration files like the default config.xml file.

Default configuration file contents

config.xml
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.