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
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:
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 ..\).