Tomcat Log4J jar locking

From: Malcolm Edgar (malcolm.edga..mail.com)
Date: Tue Nov 01 2005 - 19:16:54 EST

  • Next message: Andrus Adamchik: "Re: deployment question"

    Hi All,

    if you have had trouble Tomcat auto deploying WAR files it may be due to
    Log4J jar locking issues.

    The fix is add a anitJARLocking attribute:

    <Context
    path="/click-cayenne"
    docBase="${catalina.home}/webapps/click-cayenne"
    reloadable="true"
    antiJARLocking="true">

    </Context>

    For more details see:

    http://blog.exis.com/colin/archives/2005/08/23/i-put-a-spell-on-you-because-youre-mine-aka-why-is-tomcat-holding-onto-jars

    regards Malcolm Edgar
    http://click.sourceforge.net



    This archive was generated by hypermail 2.0.0 : Tue Nov 01 2005 - 19:16:55 EST