Sun Java System Application Server Enterprise Edition 8.1 2005Q2 Administration Guide

ProcedureTo create an audit module

The Application Server provides a simple default audit module; for more information, see To use the default audit module.

  1. In the Admin Console tree component, expand the Configurations node.

  2. Select the instance to configure:

    • To configure a particular instance, expand the instance’s config node. For example, the default instance, server, expand the server-config node.

    • To configure the default settings for all instances, expand the default-config node.

  3. Expand the Security node.

  4. Select the Audit Modules node.

  5. On the Audit Modules page, click New.

  6. On the Create Audit Module page, enter the following information:

    • Name – The name used to identify this audit module.

    • Classname – 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. To add JVM properties to this module, click Add Property. Specify a name and value for each property. Valid properties include:

    • auditOn - Specifies whether or not to enable this implementation class. Valid values are true and false.

  8. Click OK to save entries, or click Cancel to quit without saving.