ArcGIS Server 10.1 Reverse Proxy Setup

1097
3
07-24-2013 03:59 AM
LixinHuang
Occasional Contributor
We deployed our ArcGIS Server for public access as shown in the following diagram. We have some difficulties in setting up Reverse Proxy in DMZ.

[ATTACH=CONFIG]26168[/ATTACH]

The following shows the software we used to deploy the ArcGIS Server. We found an article (http://support.esri.com/en/knowledgebase/techarticles/detail/32634) on how to set up reverse proxy for ArcGIS Server. But it is for ArcGIS Server 10.0 and Microsoft ISA Server. Where can we find the documents for our secenario

Internal ArcGIS Server: 10.1 with SP1 with Web Adapter 10.1 with SP1 in Windows Server 2008 R2
Reverse Proxy Server: Microsoft Threat Management Gateway Forefront server
Tags (2)
0 Kudos
3 Replies
GregBrost1
New Contributor II
One specific issue perhaps resulting from the setup is the Execute task POST request to the print task is returning an internal url to the resulting PDF rather than external url. Not good for our external jsapi web applications as users can't click the link to get the PDF since the url returned is internal. Example response:

{
"results": [
  {
   "paramName": "Output_File",
   "dataType": "GPDataFile",
   "value": {
    "url": "http://internalservername/gisserver/rest/directories/arcgisoutput/Print/ExportWebMap_GPServer/_ags_2..."
   }
  }
],
"messages": [
 
]
}

Greg, Brevard County
0 Kudos
RiinaPakarinen
New Contributor II

Hi

I've exactly the same problem with an existing reverse proxy, that a POST does use internal addresses. It seems that the arcgis server itself is not capable to use relative path names (.\ or ..\).

Did you find a solution to this problem?

Thanks

0 Kudos
MayJeff
Occasional Contributor
Do you able to your pdf file from external url (public access)?
0 Kudos