Re: Deploy a webap to multiple environments (test, pre-prod, prod)

2004-06-10 Thread Laurent PETIT
Very good pointers, thanks a lot ! - Original Message - From: "Tim Shadel" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Thursday, June 10, 2004 8:21 PM Subject: Re: Deploy a webap to multiple environments (test, pre-prod, prod) &

Re: Deploy a webap to multiple environments (test, pre-prod, prod)

2004-06-10 Thread Tim Shadel
Have you looked through Vincent Massol's slides here? http://www.pivolis.com/pdf/Enterprise_Builds_V1.0.pdf http://www.pivolis.com/pdf/J2EE_projects_Maven_V1.1.pdf http://www.pivolis.com/pdf/Distributed_Agile_V1.0.pdf --Tim Laurent PETIT wrote: Hello, I recently read a thread about this subject, bu

RE: Deploy a webap to multiple environments (test, pre-prod, prod)

2004-06-10 Thread Chuck Daniels
> To: 'Maven Users List' > Subject: RE: Deploy a webap to multiple environments (test, pre-prod, > prod) > > > Hi Chuck, > > I suppose you do points 3 and 4 with jelly script in maven.xml. Could you > send an example? ;) > > Thanks > > > Carlos San

RE: Deploy a webap to multiple environments (test, pre-prod, prod)

2004-06-10 Thread Carlos Sanchez
, June 10, 2004 11:06 AM > To: Maven Users List > Subject: RE: Deploy a webap to multiple environments (test, > pre-prod, prod) > > This is also a question I've been meaning to ask because I > don't know if the technique I use is reasonable. Anyway, > here's

Re: Deploy a webap to multiple environments (test, pre-prod, prod)

2004-06-10 Thread Charles N. Harvey III
A lot of people have these issues, so don't feel strange. I see two ways to do this and I think Chuck Daniels covered more in his latest post. 1) Just like you can with Ant, create parametrized variables in different config files. Then work with your maven.xml to ensure that you build differe

RE: Deploy a webap to multiple environments (test, pre-prod, prod)

2004-06-10 Thread Chuck Daniels
gt; From: Laurent PETIT [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 10, 2004 7:21 AM > To: Maven Users List > Subject: Re: Deploy a webap to multiple environments (test, pre-prod, > prod) > > > Brett, thanks for the answer. > Tough, I think I should expain myself bett

Re: Deploy a webap to multiple environments (test, pre-prod, prod)

2004-06-09 Thread Laurent PETIT
Brett, thanks for the answer. Tough, I think I should expain myself better ... see below - Original Message - From: "Brett Porter" <[EMAIL PROTECTED]> > I ensure all differences are externalised from the WAR file. For the appservers > we use (resin, tomcat), anything in web.xml can be put

Re: Deploy a webap to multiple environments (test, pre-prod, prod)

2004-06-09 Thread Brett Porter
I ensure all differences are externalised from the WAR file. For the appservers we use (resin, tomcat), anything in web.xml can be put outside the webapp and added to it ( definition in server.xml, : > Hello, > > I recently read a thread about this subject, but was not entirely convinced > by the

Deploy a webap to multiple environments (test, pre-prod, prod)

2004-06-09 Thread Laurent PETIT
Hello, I recently read a thread about this subject, but was not entirely convinced by the answer. I think this is a very common problem : you develop a webapp, and you have to deploy it on multiple configurations : generally one for each test-process environment : internal ( integration server ),