(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...") |
(→Update on Startup) |
||
Line 14: | Line 14: | ||
* Default Value: false | * Default Value: false | ||
* Valid Values: true, false | * Valid Values: true, false | ||
− | * Changes take effect: When the | + | * Changes take effect: When the GWS server is started or restarted. |
− | * Description: Specifies whether to update the | + | * Description: Specifies whether to update the global ops credentials to the values specified in configuration file. |
====statistics==== | ====statistics==== | ||
* Default Value: false | * Default Value: false | ||
* Valid Values: true, false | * Valid Values: true, false | ||
− | * Changes take effect: When the | + | * 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. | * Description: Specifies whether to update statistic definitions to the values specified in corresponding configuration file. This option is taken into consideration only on StatNodes. | ||
Line 26: | Line 26: | ||
* Default Value: false | * Default Value: false | ||
* Valid Values: true, false | * Valid Values: true, false | ||
− | * Changes take effect: When the | + | * 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. | * Description: Specifies whether to update feature definitions to the values specified in corresponding configuration file. | ||
Revision as of 19:38, August 24, 2016
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.
Comments or questions about this documentation? Contact us for support!