> -----Original Message----- > From: Purdom, Jesse [mailto:[EMAIL PROTECTED]] > > I am new to this list so please excuse me if this question > has already been asked. > > I am looking at using VNCServer as part of a dial-in solution for our > network. I have VNC installed on my Linux box (SuSE v8.0 Pro). Once > VNCServer is running I am able to connect to it using the VNC > Viewer from a > Win2K box, however when I try connecting with a web browser > (either IE6.0 or Mozilla 1.0) I get errors.
what errors? Is it from the same machine as with the vncviewer? If it's trough a firewall, the webviewer needs both 5800 and 5900 range portnumbers (add the display number for the real port) > > IE either comes back saying page not found or it displays > some html, Mozilla > says there is no data to display. I checked the vnc log and > notice that > when trying to connect with a web browser it is logging 'GET > line too long'. > Please note that I am not attempting to connect via a proxy > server as the > VNC faq says this can cause problems. The faq also notes > that there could > be problems using IE, but I've been able to use IE for this > in the past. > > The html being displayed by IE is: > > <!-- index.vnc - default html page for Java VNC viewer > applet. On any file > ending in .vnc, the HTTP server embedded in Xvnc will > substitute the > following variables when preceded by a dollar: USER, > DESKTOP, DISPLAY, > APPLETWIDTH, APPLETHEIGHT, WIDTH, HEIGHT, PORT. Use two > dollar signs > ($) to get a dollar sign in the generated html. --> > > <HTML> > <TITLE> > purdomj's X desktop (penguin1:1) > </TITLE> > <APPLET CODE=vncviewer.class ARCHIVE=vncviewer.jar > WIDTH=1024 HEIGHT=800> > <param name=PORT value=5901> > </APPLET> > </HTML> > > Any idea what this error is? I'm running VNC v3.3.3 r2. You did not specify the error message. For your debuggin: compare this html output with the file <vnc_install>/classes/index.vnc. Then you can see what happens. The file vncviwer.jar needs to be in the same directory. All files in there must be readable by the world. CBee _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
