Expose additional cluster attributes
Patch provided by chamith buddhika
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@948258
13f79535-47bb-0310-9956-
ffa450edef68
domain="Catalina"
group="Cluster"
type="org.apache.catalina.ha.deploy.FarmWarDeployer"/>
+ <attribute
+ name="deployDir"
+ description="Deployment directory."
+ type="java.lang.String"/>
+ <attribute
+ name="tempDir"
+ description="The temporaryDirectory to store binary data when downloading a war from the cluster"
+ type="java.lang.String"/>
+ <attribute
+ name="watchDir"
+ description="The directory where we watch for changes"
+ type="java.lang.String"/>
+ <attribute
+ name="watchEnabled"
+ description="Is watching enabled?"
+ type="boolean"/>
</mbeans-descriptors>