Creating an Audit Module
The Application Server provides a simple default audit module; for more information, see "Using the Default Audit Module".
To create a new audit module, follow these steps.
- In the Admin Console tree component, expand the Configuration node.
- Expand the Security node.
- Select the Audit Modules node.
- On the Audit Modules page, click New.
- 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
.
- 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
.
- Click OK to save entries, or click Cancel to quit without saving.
See also:
Legal Notices