Changeset 219


Ignore:
Timestamp:
Oct 28, 2007, 2:23:22 AM (17 years ago)
Author:
quentin
Message:

Use non-auth port 446 to load the VNC applet, so the user doesn't see so many security warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/templates/vnc.tmpl

    r216 r219  
    1414#end if
    1515<p>Here is a console to ${machine.name}.</p>
    16 <APPLET CODE="VncViewer.class" ARCHIVE="static/VncViewer.jar"
     16<APPLET CODE="VncViewer.class" ARCHIVE="http://$hostname:446/static/VncViewer.jar"
    1717        WIDTH="100%" HEIGHT="100%">
    1818<PARAM NAME="PASSWORD" VALUE="moocow">
Note: See TracChangeset for help on using the changeset viewer.