Configuring Properties

  1. In each Execution Container, open the pcc.properties file, located in the MZ_HOME/etc directory, and enter the names of your newly created profiles in the following properties:

    mz.pcc.storage.redis.config.profile= mz.pcc.storage.redis.buckets.profile=

     

  2. In the PCC Config Storage Properties group, ensure that the property mz.pcc.config.storage.class is set to com.digitalroute.pcc.storage.config.redis.RedisConfigStorage.

     

  3. In the PCC Bucket Storage Properties group, ensure that the property mz.pcc.bucket.storage.class is set to com.digitalroute.pcc.buckets.storage.redis.RedisBucketStorage.

     

  4. Save the pcc.properties file.
     

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

    $ mzsh topo set topo://container:<container>/pico:<pico>/val:config.properties.mz.pcc.properties <path>

     

  6. Restart the ECs.

For further information about the settings in the Redis profile, see Redis Configuration in PCC System Administration.