Changes between Version 91 and Version 92 of VboxApps


Ignore:
Timestamp:
Dec 28, 2014, 10:10:14 AM (9 years ago)
Author:
romw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VboxApps

    v91 v92  
    199199 '''vm_disk_controller_type''':: which disk controller type to emulate.
    200200
     201=== WebAPI state file ===
     202
     203The state file has the name of '''vbox_webapi.xml'''.
     204
     205It has following structure:
     206{{{
     207<webapi>
     208    <host_port>X</host_port>
     209</webapi>
     210}}}
     211Required elements:
     212 '''host_port'''::
     213    The port, if configured for it, vboxwrapper has assigned to the task for WebAPI requests. (HTTP, XML-RPC, JSON)
     214
     215=== Remote Desktop state file ===
     216
     217The state file has the name of '''vbox_remote_desktop.xml'''.
     218
     219It has following structure:
     220{{{
     221<remote_desktop>
     222    <host_port>X</host_port>
     223</remote_desktop>
     224}}}
     225Required elements:
     226 '''host_port'''::
     227    The port, if configured for it, vboxwrapper has assigned to the task for Remote Desktop requests. (RDP)
     228
    201229== Vboxwrapper command-line options ==
    202230