You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Scott Purcell <sp...@vertisinc.com> on 2003/04/28 22:58:26 UTC

logs

Hello,

I have just finished installing Tomcat 4.1 as a service. And all is good thanks for the good people of the list.

As I finished the install and got my service running, I noticed that I do not have my [System.out] screen anymore. I found a log directory [stdout.log, stderr.log, localhost_admin_log_date, localhost_examples_log_date, localhost-log_date] but I do not see my System.out.println() from some servlets I am running.

I am running under a context of /cybrary in which I added a <Context path ="/cybrary" docBase="cybrary" debug="0" reloadable="true" /> to the server.xml file, but I don't think that messed anything up.

So does anyone know where I can find my system.out.println() output messages? 

Thanks,
Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: logs

Posted by Steve Gums <sg...@voast.com>.
This is most likely not the best approach but I created a global static
class that just sends comments to a log file.  So I can basically do the
following

GlobalLogger.write("Sytext to check for debugging");

It seems to work well for me.

Steve
-----Original Message-----
From: Scott Purcell [mailto:spurcell@vertisinc.com]
Sent: Monday, April 28, 2003 2:58 PM
To: tomcat-user@jakarta.apache.org
Subject: logs


Hello,

I have just finished installing Tomcat 4.1 as a service. And all is good
thanks for the good people of the list.

As I finished the install and got my service running, I noticed that I do
not have my [System.out] screen anymore. I found a log directory
[stdout.log, stderr.log, localhost_admin_log_date,
localhost_examples_log_date, localhost-log_date] but I do not see my
System.out.println() from some servlets I am running.

I am running under a context of /cybrary in which I added a <Context path
="/cybrary" docBase="cybrary" debug="0" reloadable="true" /> to the
server.xml file, but I don't think that messed anything up.

So does anyone know where I can find my system.out.println() output
messages?

Thanks,
Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org