1 <jnlp spec="1.0+" codebase="https://xvm.mit.edu:446/static/">
3 <title>XVM Java Console</title>
4 <vendor>Invirt Project</vendor>
5 <description>Java Web Start Application</description>
13 <property name="jnlp.packEnabled" value="true"/>
14 <j2se version="1.6.0+" initial-heap-size="32M" max-heap-size="128M"/>
15 <jar href="VncViewer.jar" download="eager" main="true"/>
17 <applet-desc main-class="VncViewer" name="VncViewer" width="1000" height="1000">
18 <param name="PORT" value="${port}" />
19 <param name="HOST" value="${hostname}" />
20 <param name="VMNAME" value="${machine.name}" />
21 <param name="AUTHTOKEN" value="${authtoken}" />
22 <param name="SocketFactory" value="VNCProxyConnectSocketFactory" />