You can choose from three different configuration models, which are defined below:
HTML-based model
Specifies that all session information is defined and
managed in this HTML file. You have the same set of session options
that you would have if using the configuration server.
Necessary configuration information and user preferences (for example, changes to color), if allowed, are stored locally on the user's machine. The configuration server is not used for sessions or preferences, and user IDs do not need to be created on the configuration server.
Choosing this model has several benefits:
Choosing this model may have some limitations (depending on your environment):
If this option is selected, the administrator uses the Deployment Wizard to define sessions in the HTML. Any changes the user makes are stored on the user's machine. (However, you can still choose to not allow users to save any session changes or to lock particular properties.) If the Administrator then updates the session data using the Deployment Wizard, those updates will be merged with any changes the user has made previously. In this case, all user preferences will be kept unless the administrator chooses to override those preferences.
HTML-based model is the default value.
Configuration server-based model
Specifies that all sessions are configured and managed on the
configuration server using the Administration Utility and that each
user has an ID on the configuration server where user-specific information
is maintained.
Necessary configuration is stored in group or user IDs on the configuration server; user preferences, if allowed, are stored in the user's ID. One user ID per user is required on the configuration server.
Choosing this model has several benefits:
Choosing this model may have some limitations:
In this model, the Administrator uses the Administration Utility to define session information for users and Groups.
If the Administrator then updates the session data using the Administration Utility, those updates will be merged with any changes the user has made previously. All user preferences will be kept.
Combined model
Like the configuration server-based model,
specifies that all session information is defined and managed on the
configuration server using the Administration Utility (users get
their default sessions from a specified group on the configuration server).
However, unlike the configuration server-based model, necessary configuration information and user preferences, if allowed, are stored locally on the user's machine rather than on the configuration server in the user's ID. This option requires you to create at least one group on the configuration server.
Choosing this model has several benefits:
Choosing this model may have some limitations (depending on your environment):
If this option is selected, the Administration Utility is used to create a group on the configuration server and create necessary sessions for that group. Then, the Administrator uses the Deployment Wizard to configure the HTML files that users will access, where the HTML files specify the configuration server group from which the default session configurations should be obtained. If the Administrator then updates the session data using the Administration Utility, those updates will be merged with any changes the user has made previously. In this case, all user preferences will be kept unless the administrator chooses to override those preferences.