To Create an Audit Module

The Enterprise Server provides a simple default audit module; for more information, see To Use the Default Audit Module .

  1. Expand the Configuration node.
  2. Expand the Security node.
  3. Select the Audit Modules node.

    The Audit Modules page opens.

  4. On the Audit Modules page, click New.

    The New Audit Module page opens.

  5. On the New Audit Module page, in the Name field, type the name of the audit module.
  6. In the Class Name field, type the fully qualified name of the class that implements this module.

    The class name for the default audit module is com.sun.enterprise.security.Audit.

  7. Select the Audit On Enabled checkbox to enable the implementation class specified by the Class Name field.
  8. (Optional) In the Additional Properties section, specify additional properties.

    To add a property, click the Add Property button. In the blank row that appears, type the property name in the Name field, and type the property value in the Value field.

    The Enterprise Server does not define any additional properties for audit modules.

  9. Click OK.
See Also