Author: kfujino
Date: Thu Apr 18 02:56:00 2013
New Revision: 1469144
URL: http://svn.apache.org/r1469144
Log:
Add support for Host#xmlBase.
Modified:
tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java
Modified: tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java?rev=1469144&r1=1469143&r2=1469144&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java
(original)
+++ tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java Thu
Apr 18 02:56:00 2013
@@ -168,9 +168,7 @@ public class FarmWarDeployer extends Clu
}
}
- configBase = new File(engine.getCatalinaBase(), "conf");
- configBase = new File(configBase, engine.getName());
- configBase = new File(configBase, hostname);
+ configBase = host.getConfigBaseFile();
// Retrieve the MBean server
mBeanServer = Registry.getRegistry(null, null).getMBeanServer();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]