Products Downloads


French version


 


<desktops>

       <desktopApplication name="default" className="com.hardis.adelia.cloud.desktop.impl.AdeliaDesktop" workingDirectory="HOME:/" parameters="" logoutURL="logout.jsp"/>

</desktops>



Configuring the desktopApplication element


Attribute

Default value

Notes

name

"default"

Desktop alias used. Only the default value is available.

className

"com.hardis.adelia.cloud.desktop.impl.AdeliaDesktop"

Class associated with the desktop.

workingDirector

"HOME:/"

Default drive VFS name for the desktop..

parameters

""

Parameters passed to the desktop. The parameters are separated by spaces.

logoutURL

"logout.jsp"

URL called at the end of the session (timeout or user action).

idleTimeoutInMinutes

60

(optional)

Session timeout. After the time expressed in minutes, the session is deleted.

onCloseGracePeriodInSeconds

"-1"

(optional)

-1: the session is maintained

0: the session is immediately deleted

x: value expressed in seconds: the session will be deleted if it is not restarted before the end of the period.

fastRestoreTimeOutInSeconds

"0"

(optional)

This attribute defines behaviour during a session restart (reloading the page)

-1: during restart, authentication is short-circuited

0: during restart, authentication is systematic

x: value expressed in seconds: if the session is restarted after the specified time limit, authentication is proposed.

keepAliveInSeconds

"-1"

(optional)

This attribute enables the server to automatically ping clients.

Ping is enabled when the session is connected if the defined value is > 0.


Messages indicating pings and latency time are issued in the "com.hardis.audit.latency" logger.


↑ Top of page

  • Aucune étiquette