Re: deploy war to remote repository

2006-03-11 Thread Stephen Duncan
I think /manager/html is just the web view. It is this way in Tomcat 5.0, 4.x, etc. too. /manager is still the right configuration. -Stephen On 3/11/06, Evan Bollig <[EMAIL PROTECTED]> wrote: > Im running maven 2 and need to deploy a war to a remote tomcat server. > The goal is to limit the dep

RE: deploy war to remote repository

2006-03-11 Thread Artamonov, Juri
Evan, You can try cargo example https://svn.codehaus.org/cargo/cargo/trunk/samples/extensions/maven2/src /test/projects/testRemoteDeploy/pom.xml After this you just need to use cargo:deploy. Also in listed pom file if you are using cargo 0.8 please change cargo.tomcat.manager.username on cargo.re

Re: deploy war to remote repository

2006-03-11 Thread Gordon Erlebacher
When I say "one command" , I mean "one user command". Just create a script file that contains multiple maven and other commands. YOu understand? Gordon Quoting Evan Bollig <[EMAIL PROTECTED]>: > Im running maven 2 and need to deploy a war to a remote tomcat server. > The goal is to limit th