How to handle redeploy of java WARs to tomcat5.5 on Windows and avoid jar file locking
Windows will lock files under Tomcat WEB-INF/lib and prevent redeploys of WARs
At some point recently I began having this problem where windows was locking the jar files in airweb/WEB-INF/lib every time. Prior I would have 3-4 times while I could redeploy before getting tomcat permgen errors in tomcat before having to stop tomcat manually and delete web application files and restart tomcat and redeploy....
