log4j & file handles

2007-09-21 Thread Stephen James
Hello all, I am using log4j in websphere environment, and I'm seeing the JVM hold onto the file handle after a successful log (single thread). This issue is preventing the RollingFileAppender from archiving the log file before it is overwritten (in windows...the operation can't complete if the

Re: log4j & file handles

2007-09-27 Thread Sangeetha Priya S
Hi, Yes this is log4j a problem in windows OS, but got a mail from another developer, that the 1.4.15 has a patch that fixed RFA. and also he has sent a patch to log4j which is not yet officially released. But he told that this will work in other OS. so i'm waiting to test this in Linux. (since th

Re: log4j & file handles

2007-09-30 Thread Arnauld Van Muysewinkel
> On 9/21/07, Stephen James <[EMAIL PROTECTED]> wrote: > > I am using log4j in websphere environment, and I'm seeing the JVM hold > > onto the file handle after a successful log (single thread). This issue > > is preventing the RollingFileAppender from archiving the log file before > > it is overw