http://cargo.codehaus.org/
Mission Cargo is a thin wrapper around existing containers (e.g. J2EE containers). It provides different APIs to easily manipulate containers. Cargo provides the following APIs: A Java API to start/stop/configure Java Containers and deploy modules into them. We also offer Ant tasks, Maven 1, Maven 2, Intellij IDEA and Netbeans plugins. A Java API to parse/create/merge J2EE Modules Check the utilisation page to understand what you can use Cargo for. So yes, it sounds like you can use Cargo to log into Tomcat, undeploy and redeploy your builds. Now you just need to figure out the specifics of the configuration. Wayne On 4/19/06, lsacco <[EMAIL PROTECTED]> wrote: > > I'm sorry...I'm not getting the cargo plugin. Maybe I'm not being clear. > I'm looking for a plugin that will remotely log into my tomcat instance, > undeploy the old WAR, and redeploy the resulting WAR from my maven build. > Does cargo support that scenario? This was why I was using the > maven-tomcat-plugin (which, btw, I'm seeking help from codeczar). > > There seems to be only one goal of any use "cargo:start" but then it blocks > after that. Maybe this is not the appropriate plugin? Please advise > otherwise. > > Thanks, > Lou > > > -- > View this message in context: > http://www.nabble.com/Tomcat-plugin-t1386937.html#a3998543 > Sent from the Maven - Users forum at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
