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 GWS server is started or restarted.
  • Description: Specifies whether to update the global ops credentials to the values specified in configuration file.

statistics

  • Default Value: false
  • Valid Values: true, false
  • Changes take effect: When the GWS server 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 GWS server is started or restarted.
  • Description: Specifies whether to update feature definitions to the values specified in corresponding configuration file.
This page was last edited on September 2, 2016, at 19:10.
Comments or questions about this documentation? Contact us for support!