http://cargo.codehaus.org/

specifically I'd recommend taking a once over
http://cargo.codehaus.org/Quick+start

-joe

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of Douglas Ferguson
Sent: Wednesday, August 23, 2006 2:18 PM
To: users
Subject: RE: Cargo & Tomcat

Where can I find the cargo docs?

Also, do you ever do any "file deploys". I.E. After updating just 1
jsp...

-----Original Message-----
From: Heck, Joe [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 23, 2006 4:11 PM
To: Maven Users List
Subject: RE: Cargo & Tomcat

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]



---------------------------------------------------------------------
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]

Reply via email to