ILOG JRules User Guide > Managing Rule Execution Server > Tasks > Administering Rule Execution Server > Changing the Default Behavior of the Execution Stack > Disabling Profiling

The Execution Unit (XU) profiling can be disabled using a configuration property.

To disable the profiling property:

  1. Open the RAR deployment descriptor using any text or XML editor.
  2. Locate the property name <config-property-name>profilingEnabled</config-property-name>.
  3. Replace the default value of:
  4. <config-property-value>true</config-property-value>
    with:
    <config-property-value>false</config-property-value>

Related Concepts

Execution Unit (XU)

Related Tasks

Configuring the XU for the XU Plug-in