On Nov 29, 2007 1:16 PM, Jacek Laskowski <[EMAIL PROTECTED]> wrote: > On Nov 29, 2007 8:40 AM, abpb2006 <[EMAIL PROTECTED]> wrote: > > > is there a way we where we dont have to enter system/manager at commnad > > line. > > Yup. This is what --user and --password options are for.
You may also run "deploy login" which asks for username & password and stashes the authentication info. Subsequent runs of deploy will not ask for username & password. Type "deploy help login" to get more details on the command. ++Vamsi > > > deploy --port 1109 deploy newrepo.xml > > > > but it asks for un and pwd....can we somehow automate it...where user > does > > not has to enter un and pwd... > > You can run it with the following command (provided the default > credentials are in use): > > deploy --user system --password manager --port 1109 deploy newrepo.xml > > Jacek > > -- > Jacek Laskowski > http://www.JacekLaskowski.pl >
