What Eric stated is still true in Tomcat 3.3.  The
default server.xml for Tomcat 3.3 contains:

    <LogSetter name="tc_log" timestamps="true"
        verbosityLevel="INFORMATION"  />

Change it to:

    <LogSetter name="tc_log" timestamps="true"
        path="path to my log file"
        verbosityLevel="INFORMATION"  />

and adjust the verbosityLevel as desired.  For
additional information on LogSetter, see:

<http://jakarta.apache.org/tomcat/tomcat-3.3-doc/serverxml.html#LogSetter>

Cheers,
Larry

> -----Original Message-----
> From: Chaber, Eric [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 26, 2001 9:36 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: tomcat logs files
> 
> 
> I know that in tomcat 3.2 you can change debug level in 
> server.xml and also
> precise in whihch file you want to log errors example :
> 
>    <Logger name="tc_log"
>             verbosityLevel = "DEBUG"
>                  path="logs/tomcat.log"
>     />
> 
> -----Original Message-----
> From: catalin [mailto:[EMAIL PROTECTED]]
> Sent: September 26 2001 14:09
> To: [EMAIL PROTECTED]
> Subject: tomcat logs files
> 
> 
> Hello,
> 
> I'have an web application with servlets, beans and JSP on a Win98 OS
> with an jakarta-tomcat-3.3-m4 server.
> I've got an error and I dont see all the server output (console).
> I need to know how can i set up tomcat to write all the messages in a
> "log" file so that I can see the errors.
> Thank you, guys!!
>   
> 
> -- 
> Best regards,
>  catalin                          mailto:[EMAIL PROTECTED]
> 

Reply via email to