Publish map resource to work correctly with Adobe Flash Builder

830
1
05-24-2011 01:28 PM
RajKailasan
New Contributor
I have stored my .mxd in a shared folder called C:\Inetpub\wwwroot\
arcgis\rest\services\samplemxd in the ARCgis server(version 10).
  I am publishing a GIS resource called samplemxd.mxd from this folder
through arcgis server manager.It gets published to a url:
http:\\servername\arcgis\services\samplemxd\mapserver.
  How can I get it published to the url: http://servername/ArcGIS/rest/services/SampleMXD/MapServer which is the way Adobe Flash Builder requires it(within the rest folder)?
0 Kudos
1 Reply
RaviNarayanan
Esri Contributor
Raj,

Once the service is published you should be able to access it via the REST endpoint.

http://servername/arcgis/rest/services/samplemxd/mapserver.

if the service is not listed here and it is running, make sure the REST cache is cleared from here:
http://servername/arcgis/rest/admin/cache/clear (login using a user that is a member of agsadmin user group)

Ravi
0 Kudos