John Smith
2010-05-31 05:37:08 UTC
Hi ,
I am trying to cluster 3 nodes on one machine, follow the instructions
http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html
At Deployer className, i have changed
<Deployer
className="org.apache.catalina.ha.deploy.FarmWarDeployer"
tempDir="/usr/local/tomcat/web-temp/"
deployDir="/usr/local/tomcat/webapps"
watchDir="/usr/local/tomcat/web-listen/"
watchEnabled="false"/>
deployed my war file deployDir="/usr/local/tomcat/webapps" after restarting
the tomcat my war file is not exploded and in log i am getting
SEVERE: FarmWarDeployer can only work as host cluster subelement!
I checked Deployer className="org.apache.catalina.ha.deploy.FarmWarDeployer
on tomcat site
http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-deployer.html
This goober is currently pretty broken, but we are
working hard to fix it
search on google but couldn't find required info.
My question, is where I can deploy my war file so that all three nodes can
see and work in cluster.
Any help will be appreciated
Regards
John
I am trying to cluster 3 nodes on one machine, follow the instructions
http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html
At Deployer className, i have changed
<Deployer
className="org.apache.catalina.ha.deploy.FarmWarDeployer"
tempDir="/usr/local/tomcat/web-temp/"
deployDir="/usr/local/tomcat/webapps"
watchDir="/usr/local/tomcat/web-listen/"
watchEnabled="false"/>
deployed my war file deployDir="/usr/local/tomcat/webapps" after restarting
the tomcat my war file is not exploded and in log i am getting
SEVERE: FarmWarDeployer can only work as host cluster subelement!
I checked Deployer className="org.apache.catalina.ha.deploy.FarmWarDeployer
on tomcat site
http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-deployer.html
This goober is currently pretty broken, but we are
working hard to fix it
search on google but couldn't find required info.
My question, is where I can deploy my war file so that all three nodes can
see and work in cluster.
Any help will be appreciated
Regards
John