Hello,
My goal is to start a vncserver from a browser.
I've copied /usr/share/vnc/classes/index.vnc to ../vnc_test.
Then I've started a vncserver with the vncserver script and used my browser as a viewer at machine:5801. I typed machine:5801/vnc_test in a new browser window. The Tigervncviewer viewed my current desktop, but I want it to start a new desktop session.
Can anybody help me change the index.vnc file to start a new session? Any other sollutions to start a vncserver form a browser are more than welcome!
Thanks in advance for your help, Sem
My vnc_test:
HTML Code:
<HTML>
<TITLE>
$USER's $DESKTOP desktop ($DISPLAY)
</TITLE>
<APPLET CODE=com.tigervnc.vncviewer.VncViewer ARCHIVE=VncViewer.jar
WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT>
<param name=PORT value=$5902>
<param name="Open New Window" value=yes>
$PARAMS
</APPLET>
<BR>
<A href="http://www.tigervnc.org/">TigerVNC site</A>
</HTML>