Thanks, i do have that working already, but you know how all (almost all) the System.out.println() goes into cataline.log, i was wondering if there was an easy line to send to the app log, not he catalina.log.
On Friday 13 December 2002 12:05, Patrick GIRY wrote: > 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
