RE: deploy with ant, best practices

2003-03-04 Thread Dave Patton
Jaye: There is a setting in the server.xml file for this. In the element add liveDeploy="true" This should, and I repeat should solve the problem. Dave Patton > Jaye Bass wrote: > > My ant targets build directly into my webapp directories...the root > > location is set in an env variable.

RE: deploy with ant, best practices

2003-03-03 Thread Mark Galbreath
Wow, man, like I amaroused. Mark -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 6:38 PM To: [EMAIL PROTECTED] Subject: Re: deploy with ant, best practices Since I get the joy of being on many clients sites I pick up things. Here is

Re: deploy with ant, best practices

2003-03-03 Thread Vic Cekvenich
Since I get the joy of being on many clients sites I pick up things. Here is something that started being better than Ant (Ant is still great for builds). So here is how I develop: Lets call this method "developing live". Using Resin you can make it persist a session to a file, during developme

RE: deploy with ant, best practices

2003-02-28 Thread Jaye Bass
EMAIL PROTECTED] Sent: Friday, February 28, 2003 4:04 PM To: Struts Users Mailing List Subject: RE: deploy with ant, best practices On Fri, 28 Feb 2003, Jaye Bass wrote: > Date: Fri, 28 Feb 2003 13:06:33 -0600 > From: Jaye Bass <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing Li

Re: deploy with ant, best practices

2003-02-28 Thread alexj
28, 2003 11:04 PM Subject: RE: deploy with ant, best practices > > > On Fri, 28 Feb 2003, Jaye Bass wrote: > > > Date: Fri, 28 Feb 2003 13:06:33 -0600 > > From: Jaye Bass <[EMAIL PROTECTED]> > > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> >

RE: deploy with ant, best practices

2003-02-28 Thread Craig R. McClanahan
On Fri, 28 Feb 2003, Jaye Bass wrote: > Date: Fri, 28 Feb 2003 13:06:33 -0600 > From: Jaye Bass <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: RE: deploy

RE: deploy with ant, best practices

2003-02-28 Thread Jaye Bass
My ant targets build directly into my webapp directories...the root location is set in an env variable. This really seems to work for us on a variety of systems (linux, windows, and occasionally macs) from development to ultimate deployment and maintenance. -Original Message- From: Dan All

Re: deploy with ant, best practices

2003-02-28 Thread Craig R. McClanahan
On Fri, 28 Feb 2003, Dan Allen wrote: > Date: Fri, 28 Feb 2003 01:29:46 -0600 > From: Dan Allen <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: deploy with ant, best practices > > I have been studying ant very thoroughly over the pa

RE: deploy with ant, best practices

2003-02-28 Thread Mitchell Morris
I have a separate "deploy" target using the "" task to unroll the WAR file myself. Build your WAR normally and then unroll it for Tomcat. You could easily then use the "" task as desired. I'd also like to take a moment to express my (mild) distaste at forcing your build tree to look like your WAR