WebApplicaton deployment on Application server 9

hi,

i want to deploy a WAR file on an Application server 9 via command line but i cant find the right command for it via asadmin.

the only command i have found is wsdeploy but it only create another WAR file and doesnt deploy it as a webservice.

can you please assist.

thanks

[307 byte] By [mongarona] at [2007-11-27 5:51:59]
# 1

deploy [枛echo=false] [枛interactive=true] [枛host localhost] [枛port 4848|4849] [枛user admin_user] [枛passwordfile filename] [枛contextroot context_root] [枛force=true] [枛precompilejsp=false] [枛upload=true] [枛enabled=true] [枛libraries jar_file[(path_separator)jar_file*]] [枛target target] filepath

This is the asadmin option to deploy any applciation pachage.

checkout this link for more

http://docs.sun.com/app/docs/doc/819-3656/6n5s3qjg2?a=view

activexperta at 2007-7-12 15:41:59 > top of Java-index,Application & Integration Servers,Application Servers...