"Kevin M. Hilscher" wrote:
>
> Thanks Dave,
>
> Now I am presented with the applet login. However, now when I login it
> gives me the following error message:
>
> com.ms.security.SecurityExceptionEx[rfbProto.<init>]: cannot connect to
> "10.1.0.15"
>
> Here is the HTML code. Keep in mind that the this HTML file is on a
> separate web server, which is not the VNC server.
>
> <APPLET CODE=vncviewer.class ARCHIVE=vncviewer.jar
> CODEBASE="http://10.1.0.2"
> WIDTH=800 HEIGHT=600>
> <param name="HOST" value="10.1.0.15">
> <param name="PORT" value="5900">
> <param name="Encoding" value="Hextile">
> <param name="Use CopyRect" value="Yes">
> <param name="Mouse buttons 2 and 3" value="Normal">
> <param name="Raw pixel drawing" value="Reliable">
> <param name="CopyRect" value="Fast">
> <param name="Share desktop" value="Yes">
> </APPLET>
>
> Any help would be appreciated.
>
> Thanks!
>
> Kevin
An applet can only connect back to its origin host. The origin host is
where the applet-code is located. It doesn't matter where the
html-document is located (you can also load it from a local
file-system). So you could just set the codebase to your vnc-servers
http-port.
Good luck!
--
Harmen
Firewall VNC Client: http://www.workspot.net/~harmen/vnc/readme.html
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------