Hello, > On Solaris removing jars during undeploy works, but not on the windows > platforms. > Actually, tmp\deploy is never cleaned up on Windows, even not during a > restart.
This is not related to how the JBoss server works on Solaris vs. Windows. But rather on the way file deletion is managed at the OS level. On Solaris (and any Posix I guess), file deletion is simply an "unlink" => the file is unlinked from its folder and is removed only when no more process has an open handle to it. Consequently, while JBoss runs, you can delete the files but they are most probably not *physically* removed until JBoss is restarted. Cheers Sacha _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user