+<jnlp spec="1.0+" codebase="https://xvm.mit.edu:446/static/">
+ <information>
+ <title>XVM Java Console</title>
+ <vendor>Invirt Project</vendor>
+ <description>Java Web Start Application</description>
+ </information>
+
+ <security>
+ <all-permissions/>
+ </security>
+
+ <resources>
+ <property name="jnlp.packEnabled" value="true"/>
+ <j2se version="1.6.0+" initial-heap-size="32M" max-heap-size="128M"/>
+ <jar href="VncViewer.jar" download="eager" main="true"/>
+ </resources>
+ <applet-desc main-class="VncViewer" name="VncViewer" width="1000" height="1000">
+ <param name="PORT" value="${port}" />
+ <param name="HOST" value="${hostname}" />
+ <param name="VMNAME" value="${machine.name}" />
+ <param name="AUTHTOKEN" value="${authtoken}" />
+ <param name="SocketFactory" value="VNCProxyConnectSocketFactory" />
+ </applet-desc>
+</jnlp>