arcgis-cookbook
arcgis-cookbook copied to clipboard
Creating Site using Port 6443 vs 6080
I am running into a problem. When I use the default settings to set up arcgis enterprise 10.5.1 on Windows Server 2016, the ArcGIS Server Site fails to create because it can't access ComputerName:6443/arcgis. It can however access port 6080. I updated the following code in the arcgis-enterprise\attributes\server.rb file and it successfully created the site.
Should I be able to create the site over port 6443?
Instead of changing the code it's probably easier to set arcgis/server/url attribute in the json file.
{
"arcgis" : {
"server" : {
"url": "http://ComputerName:6080/arcgis",
...
}
}
Yet, ideally you need to figure out what's wrong with ComputerName:6443/arcgis
and fix the root issue.
Thanks for the quick reply. Right after I posted I saw domain_name and url. I'll give it a shot.
I also getting error while running cookbook on windows 2016 The server was unable to access the URL 'http://FQDN:6080/arcgis/services'. Please check your firewall and security settings. For more information, see the ArcGIS Server help topic Ports used by ArcGIS Server. You can access this topic in the table of contents by navigating to Administering ArcGIS Server > Securing your ArcGIS Server site > Configuring a secure environment for ArcGIS Server.