RE: logging question

2004-11-23 Thread Shapira, Yoav
Hi, Attributes are case-sensitive: it's swallowOutput, not SwallowOutput or another variant. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Scott Pippin [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 3:29 PM To: [EMAIL PROTECTED] Subject: logging question

RE: logging question

2004-11-15 Thread Shapira, Yoav
Hi, Just adding a Logger is not enough to redirect System.out.println calls to it. You need to add swallowOutput=true to your Context definition. Or alternatively change the code from using System.out.println to using getServletContext().log(...). Yoav Shapira http://www.yoavshapira.com

RE: Logging Question

2003-04-02 Thread Shapira, Yoav
Howdy, server logs all those messages to TOMCAT_HOME\logs\stderr.log - Really? Not to $CATALINA_HOME/logs/catalina.out? unfortunately I can't persuaded the remote Tomcat to do same, although both So what is the remote server doing? I would assume it's writing logs on its own machine. Do

RE: Logging Question

2003-04-02 Thread Jan Behrens
Howdy, server logs all those messages to TOMCAT_HOME\logs\stderr.log - Really? Not to $CATALINA_HOME/logs/catalina.out? yes, really :) unfortunately I can't persuaded the remote Tomcat to do same, although both So what is the remote server doing? I would assume it's writing logs on