The siteapp.exe utility is used to manage Web application packages on Parallels Plesk Panel server. By using this utility, you can perform the following tasks:
Usage
siteapp.exe <command> [
<option_1> [<param>]
[<option_2> [<param>]]
… [<option_N> [<param>]]
]
Example
The following command removes bbclone application package version 0.48 from the Parallels Plesk Panel server application vault:
>siteapp.exe --remove-from-server -sapp-name bbclone -sapp-version 0.48
Commands
Command |
Parameter |
Description |
Example |
|---|---|---|---|
|
|
Adds specified application package to the Parallels Plesk Panel server application vault. Requires |
To add Web application package to Parallels Plesk Panel server application vault from file >siteapp.exe --install-on-server -file C:/temp/Drupal.app.zip or >siteapp.exe -i -file /usr/local/psa/siteapp/Drupal.app.zip |
|
|
Removes specified application package from the Parallels Plesk Panel server application vault. Requires |
To remove Drupal application package version 4.7.8 from the Parallels Plesk Panel server application vault: >siteapp.exe --remove-from-server -sapp-name Drupal -sapp-version 4.7.8 or >siteapp.exe --remove-from-server -sapp-name Drupal -sapp-version 4.7.8 |
|
|
Adds a Web application package to a Parallels Plesk Panel client account's application pool. Deprecated since Parallels Plesk Panel 8.3. Use |
|
|
|
Displays information about Web application packages available to clients in the Parallels Plesk Panel server application vault in the XML format. |
To view information in the XML format about Web application packages available to clients in the Parallels Plesk Panel server application vault: >siteapp.exe --info-packages-xml or >siteapp.exe -x |
|
|
Displays help on the use of the utility. |
To view help on the use of the siteapp utility: >siteapp.exe --help or >siteapp.exe -h |
Options
Option |
Parameter |
Description |
Example |
|---|---|---|---|
|
|
Specifies a Web application package name. Required with |
To remove Drupal application package version 4.7.8 release 2 from the Parallels Plesk Panel server application vault: >siteapp.exe --remove-from-server -sapp-name Drupal -sapp-version 4.7.8 -sapp-release 2 |
|
|
Specifies a Web application package version number. Required with |
|
|
|
Specifies a Web application package release number. Required with |
|
|
|
Specifies a path to a Web application package file. Required with |
To add Web application package to Parallels Plesk Panel server application vault from file >siteapp.exe --install-on-server -file C:/temp/Drupal.app.zip |