en.help.task-auditmodulenew.html Maven / Gradle / Ivy
To Create an Audit Module
Auditing is how GlassFish Server records significant events, such as errors or security
breaches. GlassFish Server records all authentication events in log files. A complete access
log provides a sequential trail of GlassFish Server access events.
The GlassFish Server provides a simple default audit module; for more information, see
To Use the Default Audit Module .
- In the navigation tree, expand the Configuration node.
- Under the Configuration node, expand the Security node.
- Under the Security node, select the Audit Modules node.
The Audit Modules page opens.
- On the Audit Modules page, click New.
The New Audit Module page opens.
- On the New Audit Module page, in the Name field, type the
name of the audit module.
- 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.
- (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.
For a description of the additional property that is available for audit modules,
see Properties Specific to Audit Modules.
- Click OK.
See Also