foreach ant task

2010-03-11 Thread Kaushal Shriyan
Hi can someone here give me example to use foreach ant task to deploy same war to multiple running Tomcat Server? http://ant-contrib.sourceforge.net/tasks/tasks/foreach.html Thanks, Kausha - To unsubscribe, e-mail: user-unsubsc

Re: Tomcat Client Deployer

2010-03-06 Thread Kaushal Shriyan
ass parameters to the deployment scripts running on the > tomcat host, then use -D on the command line > > for instance you can do something like > > > > (complete the password or identity file attributes of sshexec as > appropriate). > > Regards, > > Antoine > &

Re: Tomcat Client Deployer

2010-03-04 Thread Kaushal Shriyan
On Fri, Mar 5, 2010 at 10:55 AM, Kaushal Shriyan wrote: > On Thu, Mar 4, 2010 at 6:57 PM, Antoine Levy Lambert wrote: >> Hi, >> >> If you want to start/stop tomcat using a script on a remote server, maybe >> you need to use the task, >> assuming you have

Re: Tomcat Client Deployer

2010-03-04 Thread Kaushal Shriyan
On Thu, Mar 4, 2010 at 6:57 PM, Antoine Levy Lambert wrote: > Hi, > > If you want to start/stop tomcat using a script on a remote server, maybe > you need to use the task, > assuming you have a ssh server on the remote server. > > Regards, > > Antoine Thanks Antoine :) -

Re: Tomcat Client Deployer

2010-03-04 Thread Kaushal Shriyan
On Thu, Mar 4, 2010 at 3:43 PM, Chakravarthy, Srikanth wrote: > Hi, > > Have you configured your tomcat-users.xml? The role (manager) and the > entries for the userid and password should be present in it. > > Regards, > Srikanth yes. Do you want me to pastebin my build.xml file ? Thanks, Kausha

Re: Tomcat Client Deployer

2010-03-03 Thread Kaushal Shriyan
On Wed, Mar 3, 2010 at 9:18 PM, Kaushal Shriyan wrote: > On Wed, Mar 3, 2010 at 7:44 PM, Antoine Levy Lambert wrote: >> Hello Kaushal, >> >> If you have a specific problem concerning tomcat deployments, even if you do >> these deployments with ant, you might get more

Re: Tomcat Client Deployer

2010-03-03 Thread Kaushal Shriyan
r deployer.properties should point to a server > that exists really, not > > url=http://example:8080/manager > > > > > Regards, > > Antoine > > > Kaushal Shriyan wrote: >> >> Hi, >> >> I am referring to >> http://tomcat.apache.org/

Tomcat Client Deployer

2010-03-02 Thread Kaushal Shriyan
Hi, I am referring to http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html for deploying the same war on multiple tomcat server. I have downloaded apache-tomcat-5.5.27-deployer.tar.gz and extracted it. I have added deployer.properties under /usr/local/apache-tomcat-5.5.27-deployer The depl