You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Markus Kirsten <ma...@iped.vxu.se> on 2002/06/12 01:25:08 UTC

System.out.println

What's the most easy way to print out debug messages in Tomcat? The 
ability to use System.out.println() seems to have gone in version 4. Is 
there any easy way of logging my debug messages to a log file (which is 
just used for this)?


Markus


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: System.out.println

Posted by August Detlefsen <au...@yahoo.com>.
System.out.println() goes to $CATALINA_HOME/logs/catalina.out

-August



--- Markus Kirsten <ma...@iped.vxu.se> wrote:
> What's the most easy way to print out debug messages in Tomcat? The 
> ability to use System.out.println() seems to have gone in version 4.
> Is 
> there any easy way of logging my debug messages to a log file (which
> is 
> just used for this)?
> 
> 
> Markus
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>