
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.
-
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.
-
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
.
-
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
-
-
-
-
-
Copyright © 2005, 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices