Author: markt
Date: Tue May 25 23:48:21 2010
New Revision: 948258
URL: http://svn.apache.org/viewvc?rev=948258&view=rev
Log:
GSOC 2010
Expose additional cluster attributes
Patch provided by chamith buddhika
Modified:
tomcat/trunk/java/org/apache/catalina/ha/deploy/mbeans-descriptors.xml
Modified: tomcat/trunk/java/org/apache/catalina/ha/deploy/mbeans-descriptors.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/deploy/mbeans-descriptors.xml?rev=948258&r1=948257&r2=948258&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/ha/deploy/mbeans-descriptors.xml
(original)
+++ tomcat/trunk/java/org/apache/catalina/ha/deploy/mbeans-descriptors.xml Tue
May 25 23:48:21 2010
@@ -21,4 +21,20 @@
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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]