Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
adds an audit module
create-audit-module [--help] --classname classname [--property(name=value)[:name=value]*] [--target target] audit_module_name
The create-audit-module
subcommand adds the named audit module for the Java class that implements the audit capabilities. Audit modules collect and store information on incoming requests (from, for example, servlets and EJB components) and outgoing responses.
This subcommand is supported in remote mode only.
--classname
The name of the Java class that implements this audit module. If not specified, this option defaults to com.sun.enterprise.security.Audit
.
--help
-?
Displays the help text for the subcommand.
--property
Optional keyword-value pairs that specify additional properties for the audit module.
Audit module properties that are defined by GlassFish Server are as follows:
auditOn
If true
, specifies that the audit module is loaded and called by the GlassFish Server audit library at audit points.
Other available properties are determined by the implementation of the audit module.
--target
Specifies the target on which you are creating the audit module. Valid values are as follows:
server
Creates the audit module for the default server instance server
and is the default value.
Creates the audit module for the named configuration.
Creates the audit module for every server instance in the cluster.
Creates the audit module for a particular server instance.
The name of this audit module.
asadmin> create-audit-module --classname com.sun.appserv.auditmodule --property defaultuser=admin:Password=admin sampleAuditModule Command create-audit-module executed successfully
command executed successfully
error in executing the command