For those of you who have the setup as on
http://www.sourcecodecorner.com/articles/vnc/linux.asp. These login's can be
accessed with java enabled webbrowsers with the next additional setup:

Create vnc-geometry html files in the Xvnc classes directory (RedHat 7.2:
/usr/share/vnc/classes/.) It is the directory that contains vncviewer.jar
and index.vnc (and other *.class and *.vnc files).

See below for the html file for an 800 x 600 vncserver at port 5961. Store
it in the classes directory with the name vnc-0800x0600x16
(/usr/share/vnc/classes/vnc-0800x0600x16)

At the server start: `vncserver -httpport 80`.
Point your browser to http://server/vnc-0800x0600x16 (compare that to
http://server/)



Create other files for other geometries as follows:
- Adapt the port number in the <param name=port value=5961> line
- Adapt the width to the servers width
- Adapt the height to the servers height and add 23 pixels here for the top
buttons
(adapt all other html to your wishes, it's only the <APPLET... </APLET> part
that counts)
- Point your browser to http://server/FileName


(For the maintainer of the sourcecodecorner page, I have a bunch of files
that go with the configuration mail me for a target address.)

Success

CBee

--
C. Beerse
mailto:[EMAIL PROTECTED]
talkto:+31(71)5256660


---- vnc-0800x0600x16 html file starts here ----
<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=vncviewer.jar WIDTH=800 HEIGHT=623>
<param name=PORT value=5961>
</APPLET>
</BODY>
</HTML>
---- vnc-0800x0600x16 html file ends here ----
---------------------------------------------------------------------
To unsubscribe, mail [EMAIL PROTECTED] with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to