GSOC 2010
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 25 May 2010 23:48:21 +0000 (23:48 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 25 May 2010 23:48:21 +0000 (23:48 +0000)
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

java/org/apache/catalina/ha/deploy/mbeans-descriptors.xml

index 19ee33d..3c57f48 100644 (file)
     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>