Enabling trace with WebSphere Application Server Community Edition

If the Web Gateway application is running in WebSphere® Application Server Community Edition, follow these instructions to enable trace of the Web Gateway application. Trace is produced by the Web Gateway application when it receives and processes requests.

About this task

Trace files are written to the application server standard output (STDOUT) file. To enable trace in WebSphere Application Server Community Edition perform the following steps:

Procedure

  1. Open the logging.properties file for the application server Java™ Runtime Environment in a text editor. The logging.properties file can be found in the <WASCE_JRE>/jre/lib directory, where WASCE_JRE is the location of the Java Runtime Environment that is used by WebSphere Application Server Community Edition.
  2. Add the following lines to the logging.properties file:
    com.ibm.wmqfte.level=FINEST
    com.ibm.wmqfte.handlers=com.ibm.wmqfte.ras.container.EventLogFileHandler,com.ibm.wmqfte.ras.container.TraceLogFileHandler
    java.util.logging.ConsoleHandler.level=FINEST
  3. Save the logging.properties file.
  4. Restart WebSphere Application Server Community Edition.

Task Task

Feedback

Timestamp icon Last updated: Tuesday, 30 January 2018
http://www.ibm.com/support/knowledgecenter/SSEP7X_7.0.4/com.ibm.wmqfte.doc/web_trace_wasce.htm