Hi DRC

A few more observations with the new Java Applet... Testing both locally
and also where the webserver and vncserver are on different hosts.

My basic applet html code is:

<applet id='javaplugin' archive="VncViewer.jar"
code="com.turbovnc.vncviewer.VncViewer" width="1" height="1">
    <param name="Server" value="localhost" />
    <param name="Port" value="5901" />
    <param name="AlwaysShowConnectionDialog" value="0" />
</applet>

Where Server value has also been tested with an external IP.

a) AlwaysShowConnectionDialog appears to default to 1, rather than 0 as
listed in your VncViewer.jar -? documentation.

b) Specifying the Port parameter blanks the Server value.  You'll end up
with something like ":1" in the connection dialog.

c) The old java applet had a parameter for Password, is there a new similar
parameter we can use for testing?


Environment
 - Intel dualcore 2.6ghz, 4gb ram, Nvidia 8600m GT
 - Ubuntu 12.04 64 bit
 - Firefox 14.0.1 , with Java plugin 1.7.0_04
 - java version "1.7.0_04" Java(TM) SE Runtime Environment (build
1.7.0_04-b20), Java HotSpot(TM) 64-Bit Server VM (build 23.0-b21, mixed
mode)
 - turbovnc_1.1.80_amd64.deb on both client and server
 - virtualgl_2.3.80_amd64.deb, and virtualgl32_2.3.80_amd64.deb
 - vglserver_config all usual, no limits in place
 - nouveau driver, custom build Gallium 0.4 for NV84, 3.0 Mesa 8.1-devel

Thanks
Shanon
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
VirtualGL-Users mailing list
VirtualGL-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtualgl-users

Reply via email to