Re: Log files unlocking

2006-08-18 Thread Dmitry Kan
you not delete any old log files prior to configuring log4j? I.e., don't try deleting the current run's logs at the end of your program, but delete the previous run's logs at the start of your program. -----Original Message- From: Dmitry Kan [mailto:[EMAIL PROTECTED] Sent: vrijd

Re: Log files unlocking

2006-08-18 Thread Dmitry Kan
be just full of log files. On 18/08/06, James Stauffer <[EMAIL PROTECTED]> wrote: If you could provide the reason that you want to do this we might have better suggestions. On 8/18/06, Dmitry Kan <[EMAIL PROTECTED]> wrote: > The log file is being removed with Java at the end of a p

Re: Log files unlocking

2006-08-18 Thread Dmitry Kan
Stauffer <[EMAIL PROTECTED]> wrote: How (with Java or external?) and when (while program is running?) are you trying to remove it? On 8/18/06, Dmitry Kan <[EMAIL PROTECTED]> wrote: > Hi there! > > I've got a small problem with unlocking log files after all logging's

Log files unlocking

2006-08-17 Thread Dmitry Kan
at file (I need to remove it after the app's done its work). I've just tried LogManager.shutdown(); but it hasn't worked. Any ideas are appreciated. -- best wishes, Dmitry Kan