Re: Application deployment on clusters

2010-02-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 2/1/2010 6:04 AM, Mark Thomas wrote: >>From a quick scan of the code: > watchDir - the directory where we watch for changes - put your WAR to > deploy here > deployDir - the directory where we install applications So, would that often be set

Re: Application deployment on clusters

2010-02-01 Thread Fernando Morgenstern
Em 01/02/2010, às 09:04, Mark Thomas escreveu: > On 01/02/2010 10:52, Fernando Morgenstern wrote: >> Hello, >> >> I am trying to find out how can i deploy an application on all nodes at a >> Tomcat 6 cluster. >> >> Basically i have this on my server.xml: >> >> >tempDir="/tm

Re: Application deployment on clusters

2010-02-01 Thread Mark Thomas
On 01/02/2010 10:52, Fernando Morgenstern wrote: > Hello, > > I am trying to find out how can i deploy an application on all nodes at a > Tomcat 6 cluster. > > Basically i have this on my server.xml: > > tempDir="/tmp/war-temp/" > deployDir="/tmp/war-dep

Application deployment on clusters

2010-02-01 Thread Fernando Morgenstern
Hello, I am trying to find out how can i deploy an application on all nodes at a Tomcat 6 cluster. Basically i have this on my server.xml: Does it means, that i have to move my war file to /tmp/war-deploy and it will be deployed on all nodes? I saw this post while searching on google ( htt