configuration of deployer in cluster

2008-02-25 Thread Taner Diler
Hi all, I want to deploy war file in vertical cluster. I'm confused a little bit with configuration. I have three clustered tomcats -labeled as (A,B,C)- in same machine. I have put the Deployer className=org.apache.catalina.cluster.deploy.FarmWarDeployer

Re: configuration of deployer in cluster

2008-02-25 Thread Filip Hanik - Dev Lists
you do need to define the deployer on each instance, however in 5.5 there was an unfortunate change, and I believe that deployDir has to point to your webapps directory Filip Taner Diler wrote: Hi all, I want to deploy war file in vertical cluster. I'm confused a little bit with