logging question

2004-11-23 Thread Scott Pippin
I am trying to redirect standard out to a different file for a particular application. I have tried to set up a context.xml file but everything is still being written to catalina.out. server.xml Server port=8005 shutdown=SHUTDOWN debug=0 Listener

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

logging question

2004-11-15 Thread Scott Pippin
I am trying to send the return values/errors for an application to a different stdout file. I set up everything but stdout is being written to catalina.out. server.xml Server port=8005 shutdown=SHUTDOWN debug=0 Listener className=org.apache.catalina.mbeans.ServerLifecycleListener debug=0

RE: logging question

2004-11-15 Thread Shapira, Yoav
-Original Message- From: Scott Pippin [mailto:[EMAIL PROTECTED] Sent: Monday, November 15, 2004 10:20 AM To: [EMAIL PROTECTED] Subject: logging question I am trying to send the return values/errors for an application to a different stdout file. I set up everything but stdout is being written

Windows XP, TC 4.1.29 and logging question (catalina.out)...

2004-02-12 Thread Timothy Stone
List, I must be too close to the problem, having a background in managing Tomcat on Linux, I can't seem to figure out what is so drastically different about Tomcat on Windows that logging doesn't behave the same. Specifically: c:\%tomcat_home%\bin\startup.bat runs in a separate window

basic logging question

2003-06-20 Thread a b
Hello every one, I need to log messages using either tomcat logger or log4j. I have added Logger className=org.apache.catalina.logger.FileLogger verbosity=1 prefix=localhost_gnomon_log. suffix=.txt timestamp=true/ under the Context tag and System.out.println(msg); works and prints in the above

RE: basic logging question

2003-06-20 Thread Shapira, Yoav
Howdy, the methods of org.apache.catalina.logger.FileLogger or log4j's Logger class so that i can turn logging on and off and can use various levels like debug,info,warn,errors etc. I tried to import org.apache.catalina.logger.FileLogger in java servlet, but it says class not found. I do have

RE: basic logging question

2003-06-20 Thread Mike Curwen
programmaticaly) I'd be much obliged. -Original Message- From: a b [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 3:15 PM To: [EMAIL PROTECTED] Subject: basic logging question Hello every one, I need to log messages using either tomcat logger or log4j. I have added Logger

Logging Question

2003-04-02 Thread Jan Behrens
Hello List, I have just setup a new Tomcat on a remote-machine do deploy my webApp onto. I am using 4.1.24 LE on a Debian Linux with JDK 1.4.1. As I am still in the development-process I log alot of messages via System.err to the standard error-log. This works fine on my Tomcat here at home

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

repost of logging question

2002-07-24 Thread Peter Choe
i tried to look for documentation to see if tomcat has some logging similar to apache so i can see what pages on tomcat is being accessed. my set up is apache webserver connected to tomcat3.2 by mod_jk on two separate freebsd machines. where i can find a log file of what pages are being