Kevin,
I'm not positive but I'm pretty sure that VNC doesn't let you log in to a
server at another IP address. You must serve the page on the computer where
VNC is running. However, don't forget VNC is totally open source. I'm sure
it would be possible to code it so that isn't the case. It would sure be
nice to have a page where you can connect to another VNC server. I don't
know if it checks the IP in the java applet or the actual vnc server though
so it would take some looking into. I'll see if I can look through it cause
I think this would be a fun and informative project for me :) Has anyone
else experimented with this at all? It would be nice to be able to
dynamically load a page through ASP or PHP where you could change some of
the options more.
I'll write you if I make any progress!
-Dave
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kevin M. Hilscher
Sent: Wednesday, March 14, 2001 12:01 PM
To: 'Dave Drager'
Cc: [EMAIL PROTECTED]
Subject: RE: Separating WinVNC and the Java Appet
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
-----Original Message-----
From: Dave Drager [mailto:[EMAIL PROTECTED]]
Sent: March 13, 2001 11:35 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: Separating WinVNC and the Java Appet
I have successfully done this. Here is the HTML that I have for the web
page:
<HTML><HEAD><TITLE> VNC desktop </TITLE></HEAD>
<BODY>
<APPLET CODE=vncviewer.class ARCHIVE=vncviewer.jar
CODEBASE="http://<your
ip>" WIDTH=1024 HEIGHT=780> <-- change the width and height to your
resolution
<param name=PORT value=81> <-- change this to the port you have VNC
running on, usually 5900
You need to enable Java in your browser
</APPLET>
</BODY>
</HTML>
You also need to copy the following files into the server root:
vncviewer.class
vncviewer.jar
I'm not sure if you can have this running in a folder or not. I have it
in
the server root. The share desktop option is shown in the java applet
once
you get it loaded.
Hope that helps you out!
-Dave
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kevin M.
Hilscher
Sent: Tuesday, March 13, 2001 5:55 PM
To: [EMAIL PROTECTED]
Subject: Separating WinVNC and the Java Appet
I would like to separate the Java Applet HTML from the WinVNC server and
load it onto a web server. Then I would like to change some of the
applet default parameters, such as <param name="share desktop"
value="Yes">
I've attempted to do this but just get a web page with a gray applet box
with no login prompt.
Any suggestions?
Kevin M. Hilscher
Sr. Systems Engineer
905888 Alberta Ltd. o/a LAN Magic
(403) 217-9792
[EMAIL PROTECTED]
www.lanmagic.net
[demime 0.97b removed an attachment of type
application/x-pkcs7-signature
which had a name of smime.p7s]
---------------------------------------------------------------------
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
---------------------------------------------------------------------
[demime 0.97b removed an attachment of type application/x-pkcs7-signature
which had a name of smime.p7s]
---------------------------------------------------------------------
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
---------------------------------------------------------------------
---------------------------------------------------------------------
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
---------------------------------------------------------------------