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: 
	 
 
		- Stop the Tomcat server. 
		
 
 
		- Optional: Close the WebUI browser. 
		
 
 
		- Navigate to the 
		  TIBCO_HOME\mainframe\WebUI\version\tomcat\webapps\MF_WebUI\ directory. 
		
 
 
		- Open the 
		  config.properties file. 
		
 
 
		- Set 
		  tracing.enabled=true. 
		
 
 
		- Save and close the file. 
		
 
 
		- 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. 
	 
 
 
   
Copyright © Cloud Software Group, Inc. All rights reserved.