Revision as of 15:56, August 24, 2016 by KrisMcG (talk | contribs) (Created page with "= Update on Startup= Workspace Web Edition provides the following options for customizing the update that occurs when the GWS server restarts: {{NoteFormat|In previous relea...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Update on Startup

Workspace Web Edition provides the following options for customizing the update that occurs when the GWS server restarts:

Important
In previous releases, a GWS server restart automatically updated global information. Now the updates are set to false by default. If you want to configure the GWS to update all global information, use the following configuration sample:
updateOnStartup:
        statistics: true
        opsCredentials: true
        features: true

opsCredentials

  • Default Value: false
  • Valid Values: true, false
  • Changes take effect: When the session is started or restarted.
  • Description: Specifies whether to update the ops global ops credentials to the values specified in configuration file.

statistics

  • Default Value: false
  • Valid Values: true, false
  • Changes take effect: When the session is started or restarted.
  • Description: Specifies whether to update statistic definitions to the values specified in corresponding configuration file. This option is taken into consideration only on StatNodes.

features

  • Default Value: false
  • Valid Values: true, false
  • Changes take effect: When the session is started or restarted.
  • Description: Specifies whether to update feature definitions to the values specified in corresponding configuration file.
Comments or questions about this documentation? Contact us for support!