To Create an Audit Module

Auditing is how Payara Server records significant events, such as errors or security breaches. Payara Server records all authentication events in log files. A complete access log provides a sequential trail of Payara Server access events.

The Payara 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. Select the instance to configure:

  3. Under the Configuration node, expand the Security node.

  4. Under the Security node, select the Audit Modules node.

    The Audit Modules page opens.

  5. On the Audit Modules page, click New.

    The New Audit Module page opens.

  6. On the New Audit Module page, in the Name field, type the name of the audit module.

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

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

  9. Click OK.

See Also
Copyright © 2005, 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices Portions Copyright © [2017-2020] Payara Foundation and/or affiliates.