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