Re: File deletion problem

2006-05-10 Thread Médérick Thebault
Be sure in our webapp, that no reference of this file exists/is still valid. I use to set to null every object which used this file (logger for eg) and that my webapp want to delete. HTH [EMAIL PROTECTED] a écrit : Setup: Tomcat - 5.0.28 Java- 1.4.2 OS - Windows XP Problem:

Re: File deletion problem

2006-05-10 Thread Hadraba Petr
Hi vasu! What files do you want to delete? The files your application is using? If yes, maybe you forgot call f.close()... Maybe... My idea... PETR On 5/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Setup: Tomcat - 5.0.28 Java- 1.4.2 OS - Windows XP Problem: With

File deletion problem

2006-05-10 Thread vnug
Setup: Tomcat - 5.0.28 Java- 1.4.2 OS - Windows XP Problem: Within my webapp there is a need to delete a file. When I try to delete the file sometimes it gives the message "the file can not be deleted beacuse it is being used by another user or process". The only way to get