RE: Deploying the application after the build

2006-07-22 Thread Vincent Massol
Hi Adam, > -Original Message- > From: Adam [mailto:[EMAIL PROTECTED] > Sent: samedi 22 juillet 2006 07:16 > To: continuum-users@maven.apache.org > Subject: Re: Deploying the application after the build > > We tried this with Cargo but, ran into some problems

Re: Deploying the application after the build

2006-07-21 Thread Adam
We tried this with Cargo but, ran into some problems with the way it was starting the Tomcat server during the build and not allowing a Continuum build to finish because the server was running in the build. We eventually wrote a Maven Plugin that did this for us. I think there is a maven:tomcat p

Re: Deploying the application after the build

2006-07-21 Thread Wayne Fay
Sounds like a job for the Cargo M2 plugin: http://cargo.codehaus.org/ Wayne On 7/21/06, Prashanth Krishnamurthy <[EMAIL PROTECTED]> wrote: Once the build is done, I want the application (.war file ) to be deployed on a server running on different machine. How do I do this? Please help. thanks

RE: Deploying the application after the build

2006-07-21 Thread Bravo, Kris
Use plugin which corresponds to your server of choice, or check out cargo (not sure how far along this is). Mojo has some weblogic, jboss and tomcat plugins. Do me a favor and feed back whether or not you successfully remote deploy. I'm curious about the status of this type of action. kris bravo