To create an audit module
The Application Server provides a simple default audit module; for more information,
see To use the default audit module.
- Expand the Configurations node.
- 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.
- 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, which 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