We've been using Cargo to deploy out WARs to instances of tomcat on
local dev boxes beautifully.
The relevant stanza we're using:
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
<configuration>
<container>
<containerId>tomcat5x</containerId>
<home>c:/apps/stock-tomcat-5.0.28</home>
</container>
<configuration>
<dir>c:/apps/stock-tomcat-5.0.28</dir>
</configuration>
</configuration>
</plugin>
Although there's a lot more information on the cargo plugin site for
options and how-to.
-joe
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of Douglas Ferguson
Sent: Wednesday, August 23, 2006 1:59 PM
To: users
Subject: RE: Cargo & Tomcat
I just located tomcat-maven-plugin at codehaus and cargo doesn't seem to
be listed. Is tomcat-maven-plugin the cargo replacement?
Also, in the maven book, I read about a continuous deploy for jetty. Is
there anything like that available for tomcat?
-----Original Message-----
From: Douglas Ferguson
Sent: Wednesday, August 23, 2006 3:44 PM
To: users
Subject: Cargo & Tomcat
Anybody using cargo with tomcat?
I'm curious about how you deal with quick dev cycle changes where you
might want to push 1 file but don't want to do an entire build to do so.
D-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]