Tracing the server
Anyone knows how to trace the server ?
It seems we are using log4j, anyone knows how to configure the properties so I can see traces ? -- Christophe Elek Serviceability Architect IBM Software Group - Rational |
One answer
You'll need a log4j properties file, and you'll need to set the system property that log4j reads to find that properties file.
The properties file controls where the logged messages go, what their format is, and which messages are logged. For example, here is the file I use when debugging (note that I edit it to select what I want logged).
To set the system property log4j.configuration, I would edit the server.startup.bat script in the jazz/server directory, and add to the CATALINA_OPTS envvar (see the top of the above sample file for the syntax). |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.