If users find that their applications disappear unexpectedly after about two minutes, it may be that your proxy server is timing out the connections.
Proxy servers will drop a connection after a short period of time if there is no activity on the connection. Tarantella sends keepalive packets to keep the connection open and by default this is every 100 seconds. If applications are disappearing, you may have to increase the frequency at which keepalive packets are sent to keep the connection open. You must do this for the webtop connections and the AIP connections (used for emulator sessions).
To amend the keepalive for the webtop connections for web browsers:
/var/docroot/resources/login/sco/tta/boot/strap.html
and /var/docroot/resources/login/sco/tta/boot/autostrap.html
.AsadKeepAlive
parameter, for example to 60.If you have created any customized themes which use
entry-point
HTML files, you will need to modify the AsadKeepAlive
parameter in those files instead.
To amend the keepalive for the webtop connections for Native Clients:
/var/docroot/resources/login/sco/tta/boot/serverinfo.html
.
WebtopKeepAlive=100
setting, for example to 60.
To amend the keepalive for the AIP connections:
Alternatively, you can run the following command:
tarantella config edit --sessions-aipkeepalive secs