Deleting files from tomcat server
Hi,
I have made my project into .war file and deployed the same in tomcat. my application will create Html file and will delete the same later.. but it so happens that only some of the html files are deleted.. when i tried to delete them manually it says tat, "Cannot delete : <file name> it is being used by another person or program", but no other program or person is really using that file. Is this due to some behavior of tomat server or is the lock on the file is due to JVM..
Pls suggest a way to delete such files....
Thanks in advance...
--
Dhana

