Setting the XU configuration property

To log the JDK activity during ruleset execution, you must set the value of a XU configuration property in the RAR deployment descriptor.

About this task

When you use the JDK logging feature, the logging level is not controlled by the XU configuration property traceLevels.

Procedure

To set the XU configuration property:

  1. Open the RAR deployment descriptor in any text or XML editor.
  2. Locate the property name <config-property-name>jdkLoggingEnabled</config-property-name>.
  3. If this property is set to false, replace it with:

    <config-property-value>true</config-property-value>

    Note: In WebSphere® Application Server, the default value of this property is true. In the other supported application servers, the default value is false.
  4. Save the deployment descriptor.
  5. Restart the application server.