Applications disappear after about two minutes

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).

Webtop connections

To amend the keepalive for the webtop connections for web browsers:

  1. Open /var/docroot/resources/login/sco/tta/boot/strap.html and /var/docroot/resources/login/sco/tta/boot/autostrap.html.
  2. Decrease the value for the 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:

  1. Open /var/docroot/resources/login/sco/tta/boot/serverinfo.html.
  2. Decrease the WebtopKeepAlive=100 setting, for example to 60.

AIP connections

To amend the keepalive for the AIP connections:

Alternatively, you can run the following command:

tarantella config edit --sessions-aipkeepalive secs
Related topics
  • Configuring proxy server settings on clients
  • How can users check whether Tarantella can access their proxy server configuration?
  • Using Tarantella with proxy servers