Re: Using Ant to deploy a specific version of a Tomcat webapp

2014-03-19 Thread marcos
On Thu, Mar 20, 2014 at 12:34 AM, marcos wrote: > > > > On Thu, Mar 20, 2014 at 12:29 AM, Mark Eggers wrote: > >> On 3/19/2014 7:43 PM, marcos wrote: >> >>> On Wed, Mar 19, 2014 at 8:48 PM, Mark Eggers >>> wrote: >>> >>> On 3/19/2014 1:45 PM, marcos wrote: Tomcat 7.0.52 > Ant 1.9

Re: Using Ant to deploy a specific version of a Tomcat webapp

2014-03-19 Thread marcos
On Thu, Mar 20, 2014 at 12:29 AM, Mark Eggers wrote: > On 3/19/2014 7:43 PM, marcos wrote: > >> On Wed, Mar 19, 2014 at 8:48 PM, Mark Eggers >> wrote: >> >> On 3/19/2014 1:45 PM, marcos wrote: >>> >>> Tomcat 7.0.52 Ant 1.9.2 Windows 7 I am trying to use an Ant task to

Re: Using Ant to deploy a specific version of a Tomcat webapp

2014-03-19 Thread Mark Eggers
On 3/19/2014 7:43 PM, marcos wrote: On Wed, Mar 19, 2014 at 8:48 PM, Mark Eggers wrote: On 3/19/2014 1:45 PM, marcos wrote: Tomcat 7.0.52 Ant 1.9.2 Windows 7 I am trying to use an Ant task to deploy a specific version of a tomcat app. I want to do this bacause of the parallel deployment fe

Re: Using Ant to deploy a specific version of a Tomcat webapp

2014-03-19 Thread marcos
On Wed, Mar 19, 2014 at 8:48 PM, Mark Eggers wrote: > On 3/19/2014 1:45 PM, marcos wrote: > >> Tomcat 7.0.52 >> Ant 1.9.2 >> Windows 7 >> >> >> I am trying to use an Ant task to deploy a specific version of a tomcat >> app. I want to do this bacause of the parallel deployment feature. >> >> My ta

Re: Using Ant to deploy a specific version of a Tomcat webapp

2014-03-19 Thread Mark Eggers
On 3/19/2014 1:45 PM, marcos wrote: Tomcat 7.0.52 Ant 1.9.2 Windows 7 I am trying to use an Ant task to deploy a specific version of a tomcat app. I want to do this bacause of the parallel deployment feature. My task so far: http://host/manager/text"; username="${deploy.user}" password="$

Using Ant to deploy a specific version of a Tomcat webapp

2014-03-19 Thread marcos
Tomcat 7.0.52 Ant 1.9.2 Windows 7 I am trying to use an Ant task to deploy a specific version of a tomcat app. I want to do this bacause of the parallel deployment feature. My task so far: http://host/manager/text"; username="${deploy.user}" password="${deploy.pass}" path="/" war="file:${bui