Saturday, August 29, 2015

Debug the Promotion module in WebSphere Commerce server


  1. Promotion module
  • Enable the following runtime trace string in WAS console:
    • com.ibm.websphere.commerce.WC_ORDER=all: com.ibm.websphere.commerce.WC_CALCULATION=all: com.ibm.commerce.marketing.promotion.*=all: com.ibm.commerce.promotion.*=all



   2.Enable the debug mode for promotion in Websphere Commerce server.
      
    Please change the following line in the file                           "WC_installdir/instance_name/xml/PromotionEngine/WCSPromotionEngineConfig.xml"

Change the debug tag value from false to true.Then it will log more information in console.

<debug>true</debug>

 

No comments:

Post a Comment