It is printed on the console you started tomcat. You have to redirect
yourself.
Suppose you have some kind of unix you can try
$TOMCAT_HOME/bin/tomcat.sh run > stdout.log 2> stderr.log
Regards,
Andreas
> -----Original Message-----
> From: carnell [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 21, 2000 10:59 AM
> To: Tomcat-user
> Subject: Where do the logs go?
>
>
> I used to develop using Apache + mod_jserv to run our
> servlets. Anything in
> code using System.err.println,
> was added to the Apache error_log.
>
> However, with Apache + Tomcat 3.2b8 (and 6/7), with mod_jk,
> there doesn't
> seem to be any
> of my logging popping up in jasper.log, servlet.log,
> mod_jk.log, error_log
> or even tomcat.log.
>
> Any help?
>
> Craig.
>
>