Yes, if I add this attribute the tomcat.log (when I start tomcat) become:
2001-08-07 01:40:57 - ContextManager: Adding context Ctx( /examples )
2001-08-07 01:40:57 - ContextManager: Adding context Ctx( /admin )
2001-08-07 01:40:57 - ContextManager: Adding context Ctx( /cocoon )
2001-08-07 01:40:57 - ContextManager: Adding context Ctx( )
2001-08-07 01:40:57 - ContextManager: Adding context Ctx( /test )
2001-08-07 01:40:57 - ContextManager: Adding context Ctx( /Cocoon )
but no message other this are printed on this file.
(All System.out.println are not printed!!)
Thanks.
----- Original Message -----
From: "Lo�c Lef�vre" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 12:23 PM
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"
> />
>
> ;)
>
> -----Message d'origine-----
> De : Stefano Bonnin [mailto:[EMAIL PROTECTED]]
> Envoy� : mardi 7 ao�t 2001 09:39
> � : [EMAIL PROTECTED]
> Objet : I don't see the output under Linux
>
>
> I am a new linux user and I have just installed Tomcat under linux.
> I have developed an application and now I am testing it.
>
> Tomcat is installed on a linux server and I try to access it (at my
> application) with a windows 98 PC.
>
> I have introduced a System.out.println lines in my application (for the
> testing phase), but I don't see theirs output.
> I have tried to do this (every time that tomcat is started):
>
> > ./tomcat start > tomcat.out
>
> without success.
>
> How can I do a right redirect?
>
> Thanks in advance.
>
> Stefano
>