Applet tracing

The applet tracing is separate from ISIM Server tracing. All applet tracing information goes to the applet console window on the client.


View applet tracing

We can view the applet trace data on ISIM Console.

Two properties in the enRoleLogging.properties file control applet tracing.

logger.trace.com.ibm.itim.applet.logging
Starts and stops applet tracing.

true
Turns on trace logging.

false
Turns off trace logging.

logger.trace.com.ibm.itim.applet.level=DEBUG_MIN
Trace logging level.

DEBUG_MIN
Records the least amount of information. (Default)

DEBUG_MID
Records a greater amount of trace information for debugging.

DEBUG_MAX
Records the maximum amount of trace information. This level has the greatest impact on server performance. Use this level only to narrow down a problem to a specific component. Then reset this parameter back to DEBUG_MIN or DEBUG_MID.

  1. Open the Java™ plug-in control panel while the applet is being loaded on the client browser.

  2. Click Show Console.

Parent topic: Traces