Select to view content in your preferred language

REST endpoints when using the Web Adaptor

477
5
01-22-2013 11:39 AM
SteveBratt
Regular Contributor
According to the Help, when using the Web Adaptor the urls for REST endpoints should be  http://<web server name>/arcgis/rest/services or http://<web server name>/<web adaptor name>/rest/services.

Only  http://<web server name>/<web adaptor name>/rest/services works for us; not  http://<web server name>/arcgis/rest/services

What gives?
Tags (2)
0 Kudos
5 Replies
JoeFlannery
Honored Contributor
You have "installed" the web adaptor, but have you "configured" the web adaptor?
http://resources.arcgis.com/en/help/install-guides/arcgis-server/10.1/index.html#/Configuring_the_We...
0 Kudos
SteveBratt
Regular Contributor
Yes, indeed. Installed AND configured.
0 Kudos
RichardWatson
Deactivated User
Can you post the link to the help article that you mentioned?

My understanding is that arcgis is the default instance name.  If you install the web adaptor and change that then you get the web adaptor name >instead<.  I don't believe that you get both.
0 Kudos
JonathanQuinn
Esri Notable Contributor
If you name your web adaptor arcgis, then it doesn't matter what you do; it'll resolve to the same location.  If you don't though, then including the port or not including the port should be the main difference:

For example, if my default instance name is arcgis and I configure the web adaptor with arcgiswebadaptor:

http://<servername>:6080/arcgis/rest will work.
http://<servername>:6080/arcgiswebadaptor/rest will not work.
http://<servername>/arcgis/rest will not work.
http://<servername>/arcgiswebadaptor/rest will work.
0 Kudos
SteveBratt
Regular Contributor
Thanks all.

I guess I got confused from reading in the help "With the Web Adaptor: http://<web server name>/arcgis/rest/services or http://<web server name>/<web adaptor name>/rest/services"

http://resources.arcgis.com/en/help/install-guides/arcgis-server/10.1/index.html#/About_the_ArcGIS_W...

As pointed out, it makes sense that it is one or the other, not both.

Jonathan, perhaps the doc group can add some more words to the topic explaining why one url would be expected versus the other.....
0 Kudos