You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot find "ServerContext", "AdminAccessEnabled" properties in a node context. It can be found in the "configData" but not in the Node one. What are they used for ? How do they behave diffently ? I believe they should be explained (cf issue #146) and at least listed !
Steps to Reproduce
Check the Wiki, in node section, properties "ServerContext" and "AdminAccessEnabled" are missing
Thanks !
The text was updated successfully, but these errors were encountered:
@Biboba , thanks for the suggestion. We will work on getting these better defined within the Wiki, Thanks!
AllNodes.ServerContext and AllNodes.AdminAccessEnabled have the same meaning as ConfigData.ServerContext and ConfigData.WebAdaptor.AdminAccessEnabled:
ServerContext - The context of the Server's Web Adaptor. AdminAccessEnabled - (Optional) This enables access to ArcGIS Server Manager and the ArcGIS Server Admin Directory. The default value is false.
The difference is ConfigData.ServerContext and ConfigData.WebAdaptor.AdminAccessEnabled are global parameters, meaning this will apply to all AllNodes.Role.ServerWebAdaptor that are defined in the json. Whereas, AllNodes.ServerContext and AllNodes.AdminAccessEnabled are specific to each node. AllNodes.ServerContext and AllNodes.AdminAccessEnabled allow for having multiple Server WebAdaptors with different context names.
Community Note
Module Version
Affected Resource(s)
Expected Behavior
Samples configs should be using variables available in the Wiki.
Actual Behavior
In GISServer-GeneralPurpose-MultipleWA-MultiContext some properties used cannot be found in the Wiki:
I cannot find "ServerContext", "AdminAccessEnabled" properties in a node context. It can be found in the "configData" but not in the Node one. What are they used for ? How do they behave diffently ? I believe they should be explained (cf issue #146) and at least listed !
Steps to Reproduce
Check the Wiki, in node section, properties "ServerContext" and "AdminAccessEnabled" are missing
Thanks !
The text was updated successfully, but these errors were encountered: