RSS feed
All(28) Eclipse(4) Java(5) JDBC(5) JSP(3) Maven(7) Personal (1) Spring(3) Tomcat(5)
<< February 2008 | Home | April 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...

Using the Maven SCM Plugin to integrate Maven2 and Subversion

How to configure your maven pom.xml to integrate subversion and maven using mvn-scm-plugin

I am using Maven’s SCM plugin to integrate Subversion and Maven.

mvn-scm-plugin is meant to be an abstraction layer over the top of several source control systems ...

Read more...