<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"
- WIDTH="800" HEIGHT="632">
+<APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar"
+ WIDTH="100%" HEIGHT="100%">
<PARAM NAME="PASSWORD" VALUE="moocow">
<PARAM NAME="PORT" VALUE="10003">
<PARAM NAME="HOST" VALUE="$hostname">
<PARAM NAME="AUTHTOKEN" VALUE="$authtoken">
<PARAM NAME="SocketFactory" VALUE="VNCProxyConnectSocketFactory">
</APPLET>
-<!--
+#*
java VncViewer HOST black-mesa PORT 10003 VMNAME tabbott_test AUTHTOKEN quentin SocketFactory VNCProxyConnectSocketFactory
--->
+*#
#end def