I'm having a problem redeploying an applications using Drools and Tomcat 6

Posted by FrankL on Stack Overflow See other posts from Stack Overflow or by FrankL
Published on 2010-05-06T21:27:22Z Indexed on 2010/05/06 23:08 UTC
Read the original article Hit count: 204

Filed under:
|

I have a spring application that uses JBoss Drools 5. It works fine except for when I attempt to redeploy (i.e. hot deploy) the application after I make a change during development. It appears that tomcat keeps a lock on 2 drools jar files, drools-compiler-5.0.1.jar and drools-core-5.0.1.jar. Since they can't be deleted the new war file does not get deployed. If my application does not make any Drools logic calls, then the hot deploy works.

Does anyone have any ideas?

© Stack Overflow or respective owner

Related posts about drools

Related posts about tomcat