(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
- Open the WebSphere Commerce configuration file.
- 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>
- Save and close the file.
Related concepts
Business auditing