Changes between Version 5 and Version 6 of HTMLGfx
- Timestamp:
- Dec 28, 2014, 10:14:15 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HTMLGfx
v5 v6 103 103 === Vboxwrapper WebAPI Port === 104 104 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) 105 Reference: [VboxApps#WebAPIstatefile vbox_webapi.xml] 116 106 117 107 === Vboxwrapper Remote Desktop Port === 118 108 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) 109 Reference: [VboxApps#RemoteDesktopstatefile vbox_remote_desktop.xml] 130 110 131 111 === !JavaScript Extension on Windows ===