All Downloads are FREE. Search and download functionalities are using the official Maven repository.

en.help.task-auditmodulenew.html Maven / Gradle / Ivy

There is a newer version: 3.2-b03
Show newest version



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 .

  1. In the navigation tree, expand the Configuration node.
  2. Under the Configuration node, expand the Security node.
  3. Under the Security node, select the Audit Modules node.

    The Audit Modules page opens.

  4. On the Audit Modules page, click New.

    The New Audit Module page opens.

  5. On the New Audit Module page, in the Name field, type the name of the audit module.
  6. 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.

  7. (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.

  8. Click OK.
See Also




© 2015 - 2024 Weber Informatics LLC | Privacy Policy