-----Original Message-----
From: Jacek Prucia [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 7:32 AM
To: [EMAIL PROTECTED]
Subject: RE: I don't see the output under Linux



> in your server.xml file, add the attibut path to:
> 
>     <Logger name="tc_log"
>             path="/tmp/tomcat.log"       <---- here
>             verbosityLevel = "INFORMATION"
>     />
> 
> ;)

That's not going to help. Adding path attribute just makes Tomcat write
info to log file, but nothing more. Every damn System.out.println() call
writes to console from which Tomcat has been started. This problem is
probably more related to JVM rather than Tomcat.

-- 
Jacek Prucia
7bulls.com S.A.

Reply via email to