My Quotes


When U were born , you cried and the world rejoiced
Live U'r life in such a way that when you go
THE WORLD SHOULD CRY






Tuesday, October 2, 2012

Tomcat locks Drools jar files

I was deploying my application with Tomcat and Drools 5. But most of the time, it seems that Tomcat locks the Drools jar files.

I was trying to unlock it but every time I had to do a complete Tomcat shut down wait for 5-10 mins and bring it up.

I was searching for an appropriate answer but the closest one was the one from the threads in Stack Overflow.

It solved my problem immediately.

"Try using antiResourceLocking='true' in your$tomcat_home/conf/context.xml. This should at least help to release the locks"

Hopefully some one gets this benefit from my forum.

No comments :