Using a proxy in the realvnc Java applet

realvnc.com-mailinglist@milenco.nl realvnc.com-mailinglist "at" milenco.nl
Wed Mar 10 17:06:00 2004


Hello,

I've searched the mailinglist, and found some anwsers, but none could
really solve my problem. I've created a java applet on my webserver (by
unpacking the linux version, and created a html file which opens the java
applet), but how can I add the support of a proxy throught this applet?

In a former reply to a similar question, you suggested to use the java
applet from tightvnc as a program, with a certain parameter (java
VncViewer HOST my.vnchost.com PORT 443 SocketFactory
HTTPConnectSocketFactory PROXYHOST1 my.proxy.com PROXYPORT1 3128). Is it
possible to add this parameter to a html page?

This is my html page now:

<APPLET CODE=vncviewer.class ARCHIVE=vncviewer.jar WIDTH=1024 HEIGHT=798>
<param name=PORT value=443>
<param name="share desktop" value=yes>
</APPLET>

With kind regards,

Milenco Mulder