Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

First question, what is CARGO? CARGO is an open source application that can start, stop, configure and deploy applications as well as configuration files on many, many Java server containers. CARGO is available as a simple Java library, a set of ANT tasks as well as a Maven2 plugin.

...

  • Functional and integration testing on a real server environment: indeed, CARGO can be used to download, configure, start and stop <application server> and also to deploy all your datasources and applications to it; so you can do real-world tests.
  • Multi-server testing: since CARGO uses the exact same API whether you use <application server> or any other server, you can reuse the exact same configuration to test your application on different servers.
  • Automated deployment: CARGO supports remote deployment on many servers. You therefore can use CARGO to automatically deploy your applications (and their prerequisites) on your favorite servers.
  • ... and more

For more information, please visit http://cargo.codehaus.org/

...

Sent to:

  • JBoss community
  • users@tomcat.apache.org
  • user@geronimo.apache.org
  • jetty-users@eclipse.org
  • users@glassfish.dev.java.net