redirect tm.out to catalina.out |
I would like to redirect output that is normally in tm.out to catalina.out in Tomcat 6. What should my jta.properties entry look like?
Thanks in advance for your assistance.
Regina Youdelman
Wednesday, July 06, 2011
AFAIK this can't be done with plain properties config settings...
Guy Pardon
Thursday, July 07, 2011
Can it be done using either the logging.properties or lo4j.xml configuration files?
Thanks.
Regina Youdelman
Friday, July 08, 2011
It can be done using e.g. the SLF4J Logger "atomikos" and redirect the output of this logger to STDOUT. For example use logback and console output appender and let the logger "atomikos" log to this appender.
Torsten Krah
Saturday, July 09, 2011
|