Use non-auth port 446 to load the VNC applet, so the user doesn't see so many securit...
authorQuentin Smith <quentin@mit.edu>
Sun, 28 Oct 2007 06:23:22 +0000 (02:23 -0400)
committerQuentin Smith <quentin@mit.edu>
Sun, 28 Oct 2007 06:23:22 +0000 (02:23 -0400)
svn path=/trunk/web/; revision=219

templates/vnc.tmpl

index 0dfa965..1581f63 100644 (file)
@@ -13,7 +13,7 @@ Console to $machine.name
 <p> Your machine appears to not be accepting VNC connections. Perhaps you have a ParaVM machine?</p>
 #end if
 <p>Here is a console to ${machine.name}.</p>
 <p> Your machine appears to not be accepting VNC connections. Perhaps you have a ParaVM machine?</p>
 #end if
 <p>Here is a console to ${machine.name}.</p>
-<APPLET CODE="VncViewer.class" ARCHIVE="static/VncViewer.jar"
+<APPLET CODE="VncViewer.class" ARCHIVE="http://$hostname:446/static/VncViewer.jar"
         WIDTH="100%" HEIGHT="100%">
 <PARAM NAME="PASSWORD" VALUE="moocow">
 <PARAM NAME="PORT" VALUE="10003">
         WIDTH="100%" HEIGHT="100%">
 <PARAM NAME="PASSWORD" VALUE="moocow">
 <PARAM NAME="PORT" VALUE="10003">