Re: Tomcat Client Deployer

2010-03-07 Thread Antoine Levy Lambert
Kaushal Shriyan wrote: Hi again, I have couple of questions: the password field is exposed here. is there a way to secure it. ? You can create yourself a ssh public/private key pair. Assuming you are using a PC and have installed cygwin on the PC, and also the openssh of cygwin, y

Re: Tomcat Client Deployer

2010-03-06 Thread Kaushal Shriyan
On Fri, Mar 5, 2010 at 6:41 PM, Antoine Levy Lambert wrote: > Hello Kaushal, > > the easiest is to install ant on the remote host and kick off ant remotely, > maybe from another ant process. > > ant can do all what you want (backing up, copying, deleting, ...). Just open > the manual. > > Maybe de

Re: Tomcat Client Deployer

2010-03-05 Thread Antoine Levy Lambert
Hello Kaushal, the easiest is to install ant on the remote host and kick off ant remotely, maybe from another ant process. ant can do all what you want (backing up, copying, deleting, ...). Just open the manual. Maybe develop/test your deployment script on the server where tomcat is runnin

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 a ssh server on the remote server. >> >>

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 Antoine Levy Lambert
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 Kaushal Shriyan wrote: On Wed, Mar 3, 2010 at 9:18 PM, Kaushal Shriyan wrote: On Wed, Mar 3, 2010 at 7:44 PM, A

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-04 Thread Chakravarthy, Srikanth
Subject: Re: Tomcat Client Deployer 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 depl

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 answers on the tomcat users >

Re: Tomcat Client Deployer

2010-03-03 Thread Kaushal Shriyan
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 answers on the tomcat users > list. > > I guess that the URL in your deployer.properties sh

Re: Tomcat Client Deployer

2010-03-03 Thread Antoine Levy Lambert
Hello Kaushal, If you have a specific problem concerning tomcat deployments, even if you do these deployments with ant, you might get more answers on the tomcat users list. I guess that the URL in your deployer.properties should point to a server that exists really, not url=http://example:

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