RE: Separating WinVNC and the Java Appet

2001-03-14 Thread Kevin M. Hilscher
D] Cc: [EMAIL PROTECTED] Subject: RE: Separating WinVNC and the Java Appet 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 total

Re: Separating WinVNC and the Java Appet

2001-03-14 Thread Harmen van der Wal
Dave Drager wrote: > > 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. But it does! That's what it's all about;-) > You must serve the page on the computer where > VNC is running. No you don't. You must however host the appl

RE: Separating WinVNC and the Java Appet

2001-03-14 Thread Dave Drager
ROTECTED] [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, n

Re: Separating WinVNC and the Java Appet

2001-03-14 Thread Harmen van der Wal
"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.]: cannot connect to > "10.1.0.15" > > Here is the HTML code. Keep in mind that the th

RE: Separating WinVNC and the Java Appet

2001-03-14 Thread Kevin M. Hilscher
ECTED] Subject: RE: Separating WinVNC and the Java Appet I have successfully done this. Here is the HTML that I have for the web page: VNC desktop <-- change the width and height to your resolution <-- change this to the port you have VNC running on, usually 5900 You need to ena

RE: Separating WinVNC and the Java Appet

2001-03-13 Thread Dave Drager
e- 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

Re: Separating WinVNC and the Java Appet

2001-03-13 Thread Harmen van der Wal
"Kevin M. Hilscher" wrote: > > 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 value="Yes"> So you are just separating the HTML, and not the applet... > > I've at

Separating WinVNC and the Java Appet

2001-03-13 Thread Kevin M. Hilscher
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 I've attempted to do this but just get a web page with a gray applet box with no login prompt. Any suggestions? Kevi