AW: DailyRollingFileAppender RollingFileAppender after a rollover continues to write on previous file...

2009-07-13 Thread Bender Heri
Problems with the rolling over behaviour occur mostly if more than one Appender write to the same file, e.g. out from different JVM's (since the file system cannot rename it if the other Appender still holds a handle on the file). Heri -Ursprüngliche Nachricht- Von: Roberto Simoni

Re: AW: DailyRollingFileAppender RollingFileAppender after a rollover continues to write on previous file...

2009-07-13 Thread Roberto Simoni
Thanks Heri. I have read more in deep log4j sources and found that rollOver method is used in the synched method doAppend, so forget my question. Yeah, I think we have a problem in our JBoss configuration... I'm trying to tame the beast Thanks to all Bye Bender Heri ha scritto: Problems with