Changes between Version 5 and Version 6 of HTMLGfx


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HTMLGfx

    v5 v6  
    103103=== Vboxwrapper WebAPI Port ===
    104104
    105 The state file has the name of '''vbox_webapi.xml'''.
    106 
    107 It has following structure:
    108 {{{
    109 <webapi>
    110     <host_port>X</host_port>
    111 </webapi>
    112 }}}
    113 Required elements:
    114  '''host_port'''::
    115     The port, if configured for it, vboxwrapper has assigned to the task for WebAPI requests. (HTTP, XML-RPC, JSON)
     105Reference: [VboxApps#WebAPIstatefile vbox_webapi.xml]
    116106
    117107=== Vboxwrapper Remote Desktop Port ===
    118108
    119 The state file has the name of '''vbox_remote_desktop.xml'''.
    120 
    121 It has following structure:
    122 {{{
    123 <remote_desktop>
    124     <host_port>X</host_port>
    125 </remote_desktop>
    126 }}}
    127 Required elements:
    128  '''host_port'''::
    129     The port, if configured for it, vboxwrapper has assigned to the task for Remote Desktop requests. (RDP)
     109Reference: [VboxApps#RemoteDesktopstatefile vbox_remote_desktop.xml]
    130110
    131111=== !JavaScript Extension on Windows ===