> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]
> I have been reading a lot of the past messages regarding VNC's ports. > I have found the the Java applet will open up to the login screen if > I use "vncserver :80 -httpport 73616" but I cannot login. Is this a M$Windows PC or a unix machine? If M$Windows, then sorry, I don't know details. For unix variants (including linux): this vncserver is a script that invokes Xvnc. Try to figure out how the scrip calles the Xvnc in the end and what happens afterward. If you type `Xvnc -help` you get a list of opitons, including options to set the rfbport (5900 range), httpport (5800 range) and manny others. > > I am assuming there are more ports involed behind the scenes and > would like to find out how to keep it down to just 1 port. The only way to keep it down to one port is to only use the rfb port (5900 range) and disable all others. OOPS for unix: don't disable the X11 ports (6000) as it is useless without it, however they may be restricted to localhost. > > Also, Once this is done I would like to have apache host a page > instead of the VNC embedded HTTP server. Or is this what I need to > work on is how to have apache host it and disregard the settings i > posted at the top of this message. For the unix variants, that's easy, I found out about it and posted it about a month ago. Roughly: Copy the vncviewer.jar and index.vnc to the apache http area, Rename index.vnc to index.html and edit the internals to the obvous values. The port is the vncviewer port (5900 range). The widht of the java applet is the same as the vncserver width, the height is about 30 pixels more than the vncserver height. Be sure to update the path to the java applet. > > If there are any sites that I could read regarding this please let me > know. Thanks. http://www.sourcecodecorner.com/articles/vnc/linux.asp Success, CBee _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
