RSS feed
All(28) Eclipse(4) Java(5) JDBC(5) JSP(3) Maven(7) Personal (1) Spring(3) Tomcat(5)
<< March 5, 2008 | Home | March 7, 2008 >>

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....

Read more...