Select to view content in your preferred language

not able to access portal ArcGIS from browser

265
2
05-31-2024 03:16 AM
SandhyaMandava
New Contributor

Hi team,

I have installed portal ArcGIS 11.2  in linux aws instance with elastic IP.
Internally i am able to access the url .

curl -v http://elastic-ip/arcgis/home
* Trying *.*.*.*:7080...
* Connected to elastic-ip (elastic-ip) port 7080 (#0)
> GET /arcgis/home HTTP/1.1
> Host: elasticip:7080
> User-Agent: curl/7.81.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 302
< Location: http://elastic-ip:7080/arcgis/home/
< Transfer-Encoding: chunked
< Date: Fri, 31 May 2024 09:58:04 GMT
< Server:
<
* Connection #0 to host elastic-ip left intact

 

But from browser not able to access.
getting site can not be reached.

0 Kudos
2 Replies
jcarlson
MVP Esteemed Contributor

What did you name the web adaptor when you installed it? Internally it will be at /arcgis, but the web adaptor would put it somewhere else based on the name you configured for it, like /portal, /server, etc.

- Josh Carlson
Kendall County GIS
0 Kudos
simoxu
by MVP Regular Contributor
MVP Regular Contributor

if "site can not be reached", that means the issue is in the network, and your request initiated from the browser hasn't reached the ArcGIS portal yet.

0 Kudos