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:
regards Malcolm Edgar
http://click.sourceforge.net
This archive was generated by hypermail 2.0.0 : Tue Nov 01 2005 - 19:16:55 EST