Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 1

...

  1. Select a directory where DirectoryStorage will store its data by editing the following:

    Code Block
    mz.pcc.directorystorage.directory=${mz.home}/tmp/pcc


  2. Configure the properties mz.pcc.config.storage.class and mz.pcc.bucket.storage.class:

    Code Block
    config.storage.class=com.digitalroute.pcc.storage.config.directory.DirectoryStorage
    bucket.storage.class=com.digitalroute.pcc.buckets.storage.memory.MemoryBucketStorage
  3. Save the pcc.properties file.
     

  4. In order for the ECs to EC/ECSAs to be able to locate the pcc.properties file, you must set the Execution Context property mz.pcc.properties.

    Code Block
    mzsh topo set topo://container:main1/pico:ec1/obj:config.properties.mz.pcc '{ properties=<path> }'
    Info
    titleExample - Setting mz.pcc.properties
    Code Block
    mzsh topo set topo://container:main1/pico:ec1/obj:config.properties.mz.pcc '{ properties=${mz.home}"/etc/pcc.properties" }'

Since buckets are stored in memory with this setup, the bucket data will be lost if ECs EC/ECSAs are restarted.

This setup must not be used in production.