> -----Original Message-----
> From: Mike Eggleston [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 29, 2002 10:10 PM
> To: [EMAIL PROTECTED]
> Subject: Where is the class/jar file read from?
> 
> 
> I have one w2k box with the multi-screen version of vnc 
> running and on another
> w2k box I am starting jview /a http://vnc1:3900 to start the 
> java viewer. I
> want/need to make some changes to the java code, and feel 
> confident I can make
> the changes, but I do not know where to placed the updated 
> jar file so the
> multi-screen server will read it and serve it to a browser 
> client. Can someone
> help please?
>
I don't know how to handle this inside winvnc but you should be able to set
it up with a unix (say linux) distribution:

Start a (minimal) webserver on the machine that also runs vncserver. Extract
the files in the classes directory to a location that can be distributed by
the webserver.

The files with *.vnc extention are a base for html files. Start with
index.vnc and compare that to the html source you get if you point your
browser to machine:5800. if you compare the files and follow the comment
inside it you must be able to work details out and follow the threads trough
the code.

If you get the above working, disable the webserver in winvnc and move your
webserver to the port you like (5800 for example).



Success,

CBee
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to