Hi!
I've just tried out VNC for the first time and it is and works great!
However, I need some help with how to set up the http-server.
I run the server on a Debian machine. What I've done to get the "normal"
server working is the following:
/etc/services:
vnc-640x480x8 5950/tcp
vnc-800x600x8 5951/tcp
vnc-800x600x16 5952/tcp
vnc-1024x768x16 5953/tcp
/etc/inetd.conf:
vnc-640x480x8 stream tcp nowait nobody.tty /usr/bin/Xvnc Xvnc
-inetd -query localhost -once -geometry 640x480 -depth 8
vnc-800x600x8 stream tcp nowait nobody.tty /usr/bin/Xvnc Xvnc
-inetd -query localhost -once -geometry 800x600 -depth 8
vnc-800x600x16 stream tcp nowait nobody.tty /usr/bin/Xvnc Xvnc
-inetd -query localhost -once -geometry 800x600 -depth 16
vnc-1024x768x16 stream tcp nowait nobody.tty /usr/bin/Xvnc Xvnc
-inetd -query localhost -once -geometry 1024x768 -depth 16
That's it, and as I said this works great. Now, what would be best way
to add httpd support to this setup? I installed the vnc-java package so
the Java classes are located in /usr/share/vnc-java.
Regards,
--
Johan Svedberg, [EMAIL PROTECTED], http://www.acc.umu.se/~winkle
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list