On the java side ? I think we should just use commons-logging, and the admin/ or manager/ or some other ( java-based code ) to control the underlying logger ( which should probably default to log4j when somebody has the time to do this ).
There is no need to complicate things with -HUP and java - it isn't difficult ( I even started to work on that in the jk jni code ), but it would be much cleaner/portable/etc to just use java mechanisms. ( of course, JMX is a good choice - and log4j does support JMX ) Costin On Mon, 29 Apr 2002, GOMEZ Henri wrote: > Hi to all, > > Did there is plan to help implement logrotate > for Tomcat 3.3/4.0/4.1 ? > > On production the logs could became very important > after weeks of use and should be cleanup. > > The usual way under Unix is to use logrotate which > generally send a KILL -HUP/USR1 to the process which in > turn close its open logs files, and create new one. > > The logrotate daemon then do the cleanup, renaming, > compression and so on. > > What's the perspective for tomcat's ? > > - Use log4j in cycle mode and avoid use > of System.out / System.err ? > > - Team up with jakarta-service to be able to > catch up the signal and do what's needed ? > > Regards > > > -- > 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]>