Kaviza Client

  1. How can I get multiple monitors to work with the Kaviza client?  - 20101112

  2. Kiosk mode works but it does no display the ICA client in full screen.  - 20101112

  3. Where can I find information on how to add configure a Kaviza connection using either a Windows or Linux based 10ZiG thin client?  - 20111019

  4. Where can I find information on how to add a Kaviza connection from the 10ZiG Management Console on a Linux Thin Client?  - 20110503

  5. How can I retrieve an already configured template from a 10ZiG Linux thin client and then deploy the template to other 10ZiG Linux thin clients using the 10ZiG Management Console?  - 20110503

  6. Where can I find information on how to use the 10ZiG Manager Console to remotely administer and deploy Kaviza connections?  - 20111019

  7. I have checked the box to trust every certificate but after I reboot it still asks me if I trust the certificate again?  - 20111110


 
 How can I get multiple monitors to work with the Kaviza client? 

Kaviza introduced the following command line options for the Kaviza Client to let the users specify the screen resolution:

- width: must be a positive integer if specified

- height: must be a positive integer if specified

- fullscreen: must be set to true or false if specified

- multimon: must be set to true or false if specified

Examples:

  1. User wants 800x600 screen resolution
  2. javaws http://<kMGR IP address>/dt/kavizaclient.jnlp?"width=800&height=600"

  3. User wants full-screen resolution
  4. javaws http://<kMGR IP address>/dt/kavizaclient.jnlp?"fullscreen=true"

Notes:

  • - Multi-mon is a noop in HDX because HDX always operates in multiple-monitor mode i.e. a session in HDX will span multiple monitors if the end-point has multiple monitors and the session window's size exceeds one monitor's dimensions.
  • - Multi-mon in RDP also implies full-screen because of RDP's limitation that it does not support multi-mon in non full-screen mode.

Back To Top


 
 Kiosk mode works but it does no display the ICA client in full screen. 

This is a known issue with Kaviza and affects the kiosk and fullscreen combo.

The workaround from Kaviza is the following:

  • SSH (or putty) to kMGR VM as 'kvm'.

  • Go to the folder kvm/install/bin and edit the file tomcat.sh

  • In the file, go to the following lines (line 104 or close to it)

  • -Djava.net.preferIPv4Stack=true \
    -wait 10 \

  • Insert a line between these two lines. The line should be:

  • -Dtrue=true \

  • These lines should look like the following:

  • -Djava.net.preferIPv4Stack=true \
    -Dtrue=true \
    -wait 10 \

  • Restart the tomcat by running tc_start from the command shell

A fix is planned by Kaviza in the next release

Back To Top


 
 Where can I find information on how to configure a Kaviza connection using either a Windows or Linux based 10ZiG thin client? 

Configuring 10Zig Kaviza connections for Windows.pdf

Configuring_10Zig_Kaviza_connections_for_Linux.pdf

Back To Top


 
 Where can I find information on how to add a Kaviza connection from the 10ZiG Management Console on a Linux Thin Client? 

Using your browser view the flash video below for a demonstration:

10ZiG Editing Template.swf

Back To Top


 
 How can I retrieve an already configured template from a 10ZiG Linux thin client and then deploy the template to other 10ZiG Linux thin clients using the 10ZiG Management Console? 

Using your browser view the flash video below for a demonstration:

Deploying a Template.swf

Back To Top


 
 Where can I find information on how to use the 10ZiG Manager Console to remotely administer and deploy Kaviza connections? 

Using your browser view the flash video below for a demonstration:

10Zig MC Manual For Kaviza.pdf

Back To Top


 
 I have checked the box to trust every certificate but after I reboot it still asks me if I trust the certificate again? 

Make certain that Enable Java applets permanent cache is checked in Terminal Properties - Control Panel - Java Cache

Back To Top