On Thu, Oct 03, 2002 at 04:28:57PM +0200, bohan wrote: > hi, > i wonder if it is possible to fire up Xvnc servers via xinetd when someone > requests, not the rfbport, but the http port ?
Once <[EMAIL PROTECTED]> was posted such guide on this ML. Start web server on target machine and create following HTML on the we server. Accessing that page will guide you to acess iXvnc. <HTML> <HEAD> <TITLE> This session will be lost forever if you move out of this window </TITLE> </HEAD> <BODY> <H1>This session will be lost forever if you move out of this window</H1> <APPLET CODE=vncviewer.class ARCHIVE=/vnc/vncviewer.jar WIDTH=800 HEIGHT=623> <param name=PORT value=5961> </APPLET> </BODY> </HTML> -- Akira Hatakeyama E-Mail: [EMAIL PROTECTED] http://www.sra.co.jp/people/akira/index.html chigasaki-minami, tsuzuki ward, yokohama, japan _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
