Tracing Option

Mainframe WebUI provides an option to enable tracing message logging. The tracing feature records useful real-time information for WebUI activities.

You can enable or disable the tracing by setting the tracing.enabled parameter in the config.properties file. The output of the trace messages is displayed on the console.

To turn on tracing:
  1. Stop the Tomcat server.
  2. Optional: Close the WebUI browser.
  3. Navigate to the TIBCO_HOME\\mainframe\WebUI\version\tomcat\webapps\MF_WebUI\ directory.
  4. Open the config.properties file.
  5. Set tracing.enabled=true.
  6. Save and close the file.
  7. Restart the Tomcat server.
Note: You can turn off tracing either by setting tracing.enabled = false or by removing the setting tracing.enabled = true from the configuration property file.