我正在查看 Tomcat 7 的文档,以了解集群是如何工作的。
该文档讨论了 Deployer 标签:
<Deployer className="org.apache.catalina.ha.deploy.FarmWarDeployer" tempDir="/tmp/war-temp/" deployDir="/tmp/war-deploy/" watchDir="/tmp/war-listen/" watchEnabled="false"/>
但是关于它的文档很差:http: //tomcat.apache.org/tomcat-7.0-doc/config/cluster-deployer.html
我在http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/ha/deploy/FarmWarDeployer.html类的 javadocs 中找到了一些东西
我找不到的是属性watchEnabled是什么?