Deploy, delete, import, and export application packages using the administration command line utilities. You can execute these commands from the administration command line utility console or from the command line.
To
issue commands using the interactive administration command line utility console, open
<<UnwiredPlatform_InstallDir>>\Servers\UnwiredServer\bin\supadmin.bat.
You must enter your host name, port, and administrator credentials before entering a command. Otherwise, the console prompts you for:
- Host – the host name for the Unwired Server. The default value is localhost.
- Port – the port used for the Unwired Server. The default value is 2000.
- Login ID – the administrator login ID to perform authentication with. The default value is supAdmin.
- Password – the administrator password to perform authentication with. The default value is s3pAdmin.
To issue the utility at the command line use:
supadmin.bat -host host name -port port -u username -pw password commandName commandOptions
For example, to delete the package
test:1.0 from the domain, enter:
supadmin.bat -host test01.sybase.com -port 2000 -u supAdmin -pw s3pAdmin delete -d default -pkg test:1.0