Tomcat設定 大量のファイルがあるContextでは、決して antiResourceLocking を true にしてはいけない (Tomcat setting.The Context with a lot of files, must never "antiResourceLocking " set true.)

大量のファイルがあるContextで antiResourceLocking を true にしてしまうと、
Tomcatが全てのファイルを temp にコピーしようとして起動できなくなる。

If the Context with a lot of files never set "antiResourceLocking " be true, Tomcat can not start up because trying to copy all files to temp.