Sun Identity Manager 8.1 System Administrator's Guide

ProcedureTo Enable Global XPRESS Tracing:

  1. Open a command window.

  2. Change directories to config/Waveset.properties in the default Identity Manager installation directory.

  3. Open the config/Waveset.properties file and edit the xpress.trace line to read:


    xpress.trace=true
    
  4. Save the Waveset.properties file.

  5. Restart your application server or reload the Waveset.properties file from the Identity Manager debug pages.

  6. Replicate the XPRESS trace output to a file by adding this line to the Waveset.properties file:


    xpress.traceFile=FileName.txt

    xpress.traceFileOnly=true

    When you set xpress.traceFileOnly=true in Waveset.properties, all XPRESS statement evaluations will generate trace messages to a file specified by xpress.traceFile. Otherwise, when xpress.traceFile has a value, trace messages are redirected to both the console and a file.