Changes between Version 26 and Version 27 of HTMLGfx


Ignore:
Timestamp:
Jan 21, 2015, 9:42:58 PM (9 years ago)
Author:
romw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HTMLGfx

    v26 v27  
    182182
    183183=== Vboxwrapper WebAPI Port ===
    184 
    185184Reference: [VboxApps#WebAPIstatefile vbox_webapi.xml]
    186185
    187186=== Vboxwrapper Remote Desktop Port ===
    188 
    189187Reference: [VboxApps#RemoteDesktopstatefile vbox_remote_desktop.xml]
    190188
    191189== Example HTML Page ==
    192 
    193190Here is a link to a working HTML page that is embedded within the HTMLGfx app in case the boinc_graphics.xml file is missing.
    194191
    195192Reference: [http://boinc.berkeley.edu/gitweb/?p=boinc-v2.git;a=tree;f=samples/gfx_html/templates;hb=master HTML Source Files]
     193
     194== Debugging HTML Web Applications ==
     195Debugging potential graphics applications should be as simple as copying init_data.xml, boinc_graphics.xml, graphics_status.xml,
     196and whatever application support files you'll need into a temporary directory and launching HTMLGfx with the '--debug'
     197command line parameter.
     198
     199All the files should appear in the same directory layout as they would be in when running under BOINC.
     200
     201Using the port number described in the window title launch your desired browser and use a URL like this:
     202{{{
     203http://localhost:<port Number>/<desired HTML page>
     204}}}
     205
     206Your browser should be able to download the HTML file and related support files.  You should then be able
     207to use your browsers built-in developer tools to figure out what went wrong.
    196208
    197209== Precompiled Binaries ==