Re: AW: AW: Logger / Context

2010-06-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan, On 6/1/2010 6:38 AM, Stefan Rainer wrote: > thank you, i managed to get exactly what I wanted with the [global] > logging.properties! Great! > BUT ANOTHER QUESTION: > I would like to addionally compress (zip) old logs and delete them after >

AW: AW: Logger / Context

2010-06-01 Thread Stefan Rainer
Server machines) Thank you very much for your efforts! Regards, STefan -Ursprüngliche Nachricht- Von: Felix Schumacher [mailto:felix.schumac...@internetallee.de] Gesendet: Dienstag, 1. Juni 2010 10:16 An: Stefan Rainer Betreff: Re: AW: Logger / Context Am Dienstag, den 01.06.2010, 10:08

Re: AW: Logger / Context

2010-06-01 Thread Felix Schumacher
is site will likely have info about configuring logging in newer > versions of Tomcat. > > > p > > > Thanks in advance > > > > STefan > > > > > > > > -Ursprüngliche Nachricht- > > Von: Pid * [mailto:p...@pidster.com] > >

Re: AW: Logger / Context

2010-06-01 Thread Pid *
og4j, with or without commons-logging, Java logging (or Tomcat's version). The Axis site will likely have info about configuring logging in newer versions of Tomcat. p > Thanks in advance > > STefan > > > > -Ursprüngliche Nachricht- > Von: Pid * [mailto:p...

AW: Logger / Context

2010-06-01 Thread Stefan Rainer
ot; file. Does anyone has a hint for me, where to configure that or how? Thanks in advance STefan -Ursprüngliche Nachricht- Von: Pid * [mailto:p...@pidster.com] Gesendet: Montag, 31. Mai 2010 16:13 An: Tomcat Users List Betreff: Re: Logger / Context On 31 May 2010, at 12:29, St

Re: Logger / Context

2010-05-31 Thread Pid *
On 31 May 2010, at 12:29, Stefan Rainer wrote: > Hello, > > we've been using context + logger for redirecting "stdout-logs" > from different servlets to different folders in tomcat 5.0.*: > > swallowOutput="true"> > directory="logs/axis/" prefix="StdOut_axis_" suffix=".log" > timestamp="true"/>

Logger / Context

2010-05-31 Thread Stefan Rainer
Hello, we've been using context + logger for redirecting "stdout-logs" from different servlets to different folders in tomcat 5.0.*: After upgrading to tomcat 6.*, this log redirects does not work anymore. Has anyone a hint or a link to some information how this could be done in Tomcat 6? th

Re: Logger / Context

2010-05-31 Thread Pid
On 31/05/2010 11:51, Stefan Rainer wrote: > Hello, > > we've been using context + logger for redirecting "stdout-logs" > from different servlets to different folders in tomcat 5.0.*: > > > directory="logs/axis/" prefix="StdOut_axis_" suffix=".log" > timestamp="true"/> > > > After upgrading to

Logger / Context

2010-05-31 Thread Stefan Rainer
Hello, we've been using context + logger for redirecting "stdout-logs" from different servlets to different folders in tomcat 5.0.*: After upgrading to tomcat 6.*, this log redirects does not work anymore. Has anyone a hint or a link to some information how this could be done in Tomcat 6? th