WebSphere Commerce Developer

Enabling Commerce Composer widget caching in WebSphere Commerce Developer

Commerce Composer widget caching is not enabled by default in the development environment. You can enable widget caching in developer by modifying the WebSphere Commerce configuration file.

Procedure

  1. Open the workspace_dir\WC\xml\config\ directory.
  2. Open the WebSphere Commerce configuration file for editing (wc-server.xml).
  3. Add the following map:
    <map className="com.ibm.commerce.dynacache.filter.DeviceFormatIdCallBack" 
    display="false" 
    dynacacheAttributeName="DC_deviceFormatId" 
    methodName="setDeviceFormatId" 
    name="setDeviceFormatId"/>
  4. Save and close the XML file.