First of all, you won't be able to use the Java client in the way your are
trying to use it. You cannot connect with via HTTP to the VNC port. You
first need to load the Java client in the browser. I'm not sure what is
going wrong, but here is my xinetd config for 800x600. hope it helps.
# description: VNC server to allow graphical logins
service vnc-800x600x24
{
socket_type = stream
wait = no
user = root
server = /usr/local/bin/Xvnc
server_args = -inetd -query localhost -once -geometry 800x600 -depth 24
disable = no
}
Ah, just realized: the inetd option is a 3.3.3r2 feature. Download the
install the tar.gz from the VNC web site. Yup, that will fix your problem.
HTH.
j----- k-----
At 19:25 Sunday 5/20/2001 -0400, you allegedly said:
>Hi folks,
>
>I have been trying to solve an error, but with no luck. I have tried reading
>the faq, various web sites, and searching the list archives, but nothing
>quite solves the problem, which is this:
>
>I would like to utilize the -inetd option so that any web browser can hit the
>server and get a VNC connection via the Java applet.
>
>I am using linux-Mandrake 8.0 and vnc 3.3.3r1
>
>My /etc/services file has entries as per Andre Moreira's page (
>http://www.dei.isep.ipp.pt/~andre/extern/ixvnc.htm ) :
>
>vnc-640x480x8 5950/tcp
>vnc-800x600x8 5951/tcp
>vnc-800x600x16 5952/tcp
>
>But, I am using Xinetd, so his instructions for inetd were modified
>accordingly. e.g., under /etc/xinetd.d/ I created a file named vnc-800x600x8
>that contained:
>
>service vnc-800x600x8
>{
> flags = REUSE
> socket_type = stream
> wait = no
> user = root
> server = /usr/X11R6/bin/Xvnc
> server_args = -inetd -broadcast -once -geometry 800x600 -depth 8
> log_on_failure += USERID
>}
>
>Then I restarted Xinetd and tried to connect to the server from a different
>machine. I launched mozilla and tried to go to http://192.168.1.4:5951
>
>I received the following:
><snip>
>Unrecognized option: -inetd use: X [:] [option] -a # mouse acceleration
>(pixels) -ac disable access control restrictions -audit int set audit trail
>level -auth file select authorization file bc enable bug compatibility -bs
>disable any backing store support -c turns off key-click c # key-click volume
>(0-100) -cc int default color visual class -co file color database file -core
>generate core dump on fatal error -dpi int screen resolution in dots per inch
>-deferglyphs [none|all|16] defer loading of [no|all|16-bit] glyphs -f # bell
>base (0-100) -fc string cursor font -fn string default font name -fp string
>default font path -help prints message with these options -I ignore all
>remaining arguments -ld int limit data space to N Kb
></snip>
>
>I can't figure out what the problem is. Does anyone have suggestions?
>
>Thanks,
>
>Derek Di Matteo
>
>
>--
>-----===------
>Derek Di Matteo
>[EMAIL PROTECTED]
>-----===------
>---------------------------------------------------------------------
>To unsubscribe, send a message with the line: unsubscribe vnc-list
>to [EMAIL PROTECTED]
>See also: http://www.uk.research.att.com/vnc/intouch.html
>---------------------------------------------------------------------
Joshua J. Kugler
Fairbanks, Alaska
Computer Consultant--Web Developer
.--- --- ... .... ..- .- -.- ..- --. .-.. . .-.
[EMAIL PROTECTED]
ICQ#:13706295
Every knee shall bow, and every tongue confess, in heaven, on earth, and
under the earth, that Jesus Christ is LORD -- Count on it!
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------