Re: rolling deployments with tomcat clustering [ SOLVED]

2013-02-05 Thread Zippy Zeppoli
Thanks Pid! I will try this. On Tue, Feb 5, 2013 at 12:17 AM, Pid wrote: > On 05/02/2013 02:25, Zippy Zeppoli wrote: > > Hello, > > I have a tomcat 7 cluster which I want to do rolling deployments. > > I am using FarmDeployer. I am wondering, what is the default behavior of > > FarmDeployer, doe

Re: rolling deployments with tomcat clustering

2013-02-05 Thread Zippy Zeppoli
Yes, it will have to be dynamically detected somehow. A real chore. On Tue, Feb 5, 2013 at 2:48 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Pid, > > On 2/5/13 3:17 AM, Pid wrote: > > On 05/02/2013 02:25, Zippy Zeppoli wrot

Re: rolling deployments with tomcat clustering

2013-02-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pid, On 2/5/13 3:17 AM, Pid wrote: > On 05/02/2013 02:25, Zippy Zeppoli wrote: >> Hello, I have a tomcat 7 cluster which I want to do rolling >> deployments. I am using FarmDeployer. I am wondering, what is the >> default behavior of FarmDeployer, d

Re: rolling deployments with tomcat clustering

2013-02-05 Thread Pid
On 05/02/2013 02:25, Zippy Zeppoli wrote: > Hello, > I have a tomcat 7 cluster which I want to do rolling deployments. > I am using FarmDeployer. I am wondering, what is the default behavior of > FarmDeployer, does it undeploy and deploy the new app all at once? > > Is there any way to modify this