Enable the trace service

Use the administrative console to enable the trace service for an application server. The trace service can be enabled dynamically or statically for an application server.

When you enable trace dynamically for a running application server, the trace settings are in effect only for the lifetime of the server. The trace settings are not saved to the application server configuration. Use dynamic trace when the problem you are diagnosing occurs after the application server has started successfully.

When you enable trace statically for an application server, the trace settings are not enabled until the application server is started (or restarted). The trace settings are used every time you start the application server. Use static trace when the problem you are diagnosing occurs during application server startup.

Note: Depending on the amount of trace event data being collected, the trace service can negatively affect performance of the application server. Once you have gathered the appropriate trace, be sure to disable the trace service.

Enable the trace service

Perform these steps to enable the trace service:

  1. Start the administrative console.
  2. Expand Troubleshooting and click Logs and Trace.
  3. Click the link for the server you wish to configure.
  4. Click Diagnostic trace.
  5. To enable trace statically, select the Configuration tab.
    To enable trace dynamically, select the Runtime tab.
  6. Scroll through the panel to display the current or default trace settings.
  7. Change the appropriate configuration attributes. See Trace service settings for a description of the trace service settings. Go to Help documentation
  8. Click Apply.
  9. If you are enabling static trace, click the Save link at the top of the page to save your configuration changes. Click Save on the resulting page.

Disable the trace service

Perform these steps to disable the trace service:

  1. Start the administrative console.
  2. Expand Troubleshooting and click Logs and Trace.
  3. Click the link for the server you wish to configure.
  4. Click Diagnostic trace.
  5. To disable static trace, select the Configuration tab. Uncheck the Enable Trace checkbox.
    To disable dynamic trace, select the Runtime tab. Change the Trace Specification to *=all=disabled.
  6. Click Apply.
  7. If you are disabling static trace, click the Save link at the top of the page to save your configuration changes. Click Save on the resulting page.