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
- 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.
- 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
- Save the logging.properties file.
- Restart WebSphere Application
Server Community Edition.