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:
- User wants 800x600 screen resolution
javaws http://<kMGR IP address>/dt/kavizaclient.jnlp?"width=800&height=600"
- User wants full-screen resolution
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.
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
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
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:
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:
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:
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