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
---------------------------------------------------------------------

Reply via email to