In your server.xml you define a Logger in you web app
context like this :
<Context path="/examples" docBase="examples" debug="0"
reloadable="true"
crossContext="true">
<Logger
className="org.apache.catalina.logger.FileLogger"
prefix="localhost_examples_log."
suffix=".txt"
timestamp="true"/>
You can set your own prefix muwebapp_log.
A+
--- Alexander Wallace <[EMAIL PROTECTED]> a
�crit : > How can i send log messages toy my app's log
file
> (already configured in
> server.xml) insetad of catalina.log?
>
> I noticed that some System.out.println() goes to one
> and others to the
> other...
>
> Thanks!
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
=====
A+
Patrick GIRY
e-mail : [EMAIL PROTECTED]
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
Yahoo! Mail : http://fr.mail.yahoo.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>