Upgrading HCL Commerce Developer version 9.0.1.7 to 9.0.1.8

A manual change is required to your development environment during your upgrade of HCL Commerce Developer version 9.0.1.7 to 9.0.1.8.

About this task

The installer for the HCL Commerce Developer does not include the logic to apply the WebSphere Application Server and WebSphere Application Server V8.5.5 Liberty configuration changes that are included in configureProfile.jacl. These changes must be manually applied in your development environment.

Procedure

  1. Create a new object cache instance on the Transaction server.
    For more information on creating object cache instances, see Using object cache instances in the WebSphere Application Server knowledge center.
    1. Within Rational Application Developer, right click HCL Commerce Test Server > Administration > Run Administrative Console. The administrative console is displayed.
    2. Within the administrative console, click Resources > Cache Instances > Object Cache Instances.
    3. Create a new object cache with the following values:
      Name: "WCStoreCache"
      JNDI name: "services/cache/WCStoreDistributedMapCache"
      Description: "WC store cache"
      Category: “myCat”
      Cache size: "100"
  2. Set custom Java Virtual Machine (JVM) properties on your Store server and Search server.
    For more information on setting custom JVM property values, see Customizing the Liberty environment in the WebSphere Application Server V8.5.5 Liberty knowledge center.

    Repeat the following instructions for both the Store server and the Search server:

    1. Under the Servers tab, expand the menu for the server.
    2. Open the jvm.options file for editing. It one does not exist, create it.
    3. Set the following custom property values:
      -Dcom.ibm.ws.cache.CacheConfig.disableTemplateInvalidation=true
      -Dcom.ibm.ws.cache.CacheConfig.ignoreValueInInvalidationEvent=true
      -Dcom.ibm.ws.cache.CacheConfig.disableStoreCookies=ALL
      -Dcom.ibm.ws.cache.CacheConfig.cascadeCachespecProperties=true
      -Dcom.ibm.ws.CacheConfig.alwaysTriggerCommandInvalidations=true
      -Dcom.ibm.ws.cache.CacheConfig.htodDependencyCacheIndexEnabled=true
      -Dcom.ibm.ws.cache.CacheConfig.timeHoldingInvalidations=10000
    4. Save and close the file.
  3. Restart your test servers for the new cache and JVM properties to be applied.

Results

After manually creating the cache, and updating your JVM properties, your HCL Commerce Developer 9.0.1.8 environment is ready to use.