Interim fix JR47545 provides a WebSphere Application Server distributed cache to cache
the inventory configuration data, which can help improve DOM inventory performance.
Before you begin
Install the cumulative interim fix for Fix Pack 7, JR53048.fp.For information about
how to install an interim fix, see
Procedure
-
Open the wc-server.xml configuration file that is in the following
directory.
- WC_eardir/xml/config
- workspace_dir/WC/xml/config
-
Add a registry node:
<registry name="InventoryConfigurationRegistry" regClassName="com.ibm.commerce.registry.InventoryConfigurationRegistry"/>
When
you update the INVCNF table, you can go to the Administration Console to update the registry. The
new data is loaded.
-
Add the cache to the WebSphere Application Server:
-
Launch the WebSphere Application Server Administration Console.
-
Click Resources.
-
Click Cache instances.
-
Click Object cache instances.
-
Create a cache:
- In the name field, input InventoryConfigurationCache
- In the JNDI name field, input dmap/IC_Cache
-
Save the cache.