(Enterprise)

Enable business auditing

Before we can use the WebSphere Commerce business auditing feature, we must first enable the business auditing command event listener.


Procedure

  1. Open the WebSphere Commerce configuration file.

  2. Search for BusinessAuditCommandEventListener. Set the value of the enable attribute to true.

          
      <component
            compClassName="com.ibm.commerce.event.businessaudit.BusinessAuditComponent"
            enable="true" name="BusinessAuditCommandEventListener">
            <property display="false">
              <configuration name="config/BusinessAuditDataCapture.xml"/>
            </property>
          </component>

  3. Save and close the file.


Related concepts
Business auditing