+

Search Tips   |   Advanced Search

ISAM loggers

The Java Authorization Contract for Containers (JACC) provider for Security Access Manager uses the JLog logging framework as does the Java runtime environment for ISAM. We can enable tracing and messaging selectively for specific JACC providers for ISAM components.

The JACC for ISAM provider messages are logged to the configured trace output location, and messages are written to standard out SystemOut.log file. When trace is enabled, all logging, both trace and messaging, is sent to the trace.log file.

(ZOS) Note: These messages are sent to CTRACE. CTRACE can write them to a CTRACE dataset, memory buffer, and/or the SYSPRINT data set for the region's started task.

IBM recommends using the High Performance Extensible Logging (HPEL) log and trace infrastructure . We view HPEL log and trace information using the logViewer .

Tracing and message logging for the JACC provider for ISAM are configured in the amwas.node_server.pdjlog.properties properties file, located in the profile_root/etc/tam directory. This file contains logging properties from the amwas.pdjlog.template.properties template file for the specific node and server combination at the time of JACC provider for ISAM configuration.

The contents of this file let the user control:

The amwas.node_server.pdjlog.properties file defines several loggers, each of which is associated with one JACC provider of ISAM component. These loggers include:

Logger Name Description
AmasRBPFTraceLogger AmasRBPFMessageLogger Logs messages and trace for the role-based policy framework. This underlying framework is used by embedded ISAM to make access decisions.
AmasCacheTraceLogger AmasCacheMessageLogger Logs messages and trace for the policy caches used by the role-based policy framework.
AMWASWebTraceLogger AMWASWebMessageLogger Logs messages and trace for the WebSphere Application Server authorization plug-in.
AMWASConfigTraceLogger AMWASConfigMessageLogger Logs messages and trace for the configuration actions of the JACC provider for ISAM .
JACCTraceLogger JACCMessageLogger Logs messages and trace for the JACC provider activity of ISAM .

Tracing can have a significant impact on system performance. Enable tracing only when diagnosing the cause of a problem.

The implementation of these loggers routes messages to the WAS logging sub-system. All messages are written to the WAS trace.log file.

For each logger, the amwas.node_server.pdjlog.properties file defines an isLogging attribute which, when set to true, enables logging for the specific component. A value of false disables logging for that component.

The amwas.node_server.pdjlog.properties file defines the parent loggers MessageLogger and TraceLogger that also have an isLogging attribute. If the child loggers do not specify this isLogging attribute, they inherit the value of their respective parent. When the JACC provider for ISAM is enabled, the isLogging attribute is set to true for the MessageLogger and set to false for the TraceLogger logger. Message logging is enabled for all components and tracing is disabled for all components, by default.

To turn on tracing for a JACC provider component, see Logging ISAM security.

  • Enable an external JACC provider
  • Logging ISAM security