<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Configuring web adaptor IIS in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-web-adaptor-iis/m-p/423108#M16359</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When the configuration web page launches, the URL automatically includes "localhost".&amp;nbsp; After configuring, the rest endpoint URL also includes "localhost".&amp;nbsp; This seems odd in that the purpose of the web adaptor is to make web services available in web applications to be accessed from the internet.&amp;nbsp; Please advise.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2012 05:56:39 GMT</pubDate>
    <dc:creator>JudyTroutwine</dc:creator>
    <dc:date>2012-11-15T05:56:39Z</dc:date>
    <item>
      <title>Configuring web adaptor IIS</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-web-adaptor-iis/m-p/423108#M16359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When the configuration web page launches, the URL automatically includes "localhost".&amp;nbsp; After configuring, the rest endpoint URL also includes "localhost".&amp;nbsp; This seems odd in that the purpose of the web adaptor is to make web services available in web applications to be accessed from the internet.&amp;nbsp; Please advise.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 05:56:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-web-adaptor-iis/m-p/423108#M16359</guid>
      <dc:creator>JudyTroutwine</dc:creator>
      <dc:date>2012-11-15T05:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring web adaptor IIS</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-web-adaptor-iis/m-p/423109#M16360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can try replacing localhost with the machine name.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 06:23:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-web-adaptor-iis/m-p/423109#M16360</guid>
      <dc:creator>MarcGraham</dc:creator>
      <dc:date>2012-11-26T06:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring web adaptor IIS</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-web-adaptor-iis/m-p/423110#M16361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I installed Web Adaptor 10.1 SP1 on a Windows Server 2008 R2 Standard server w/ IIS 7.5.&amp;nbsp; When the installation completed, a browser window tried to open the configuration GUI through &lt;/SPAN&gt;&lt;A href="http://localhost:443/arcgis/webadaptor"&gt;http://localhost:443/arcgis/webadaptor&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; ...The page never opens.&amp;nbsp; (This is in an SSL system.).&amp;nbsp; I changed the URL to &lt;/SPAN&gt;&lt;A href="https://localhost/arcgis/webadaptor"&gt;https://localhost/arcgis/webadaptor&lt;/A&gt;&lt;SPAN&gt; and it worked (after clicking through the warning about the certificate being for a different hostname).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It also works if I use the host name instead of localhost.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 17:56:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-web-adaptor-iis/m-p/423110#M16361</guid>
      <dc:creator>IvanBrown</dc:creator>
      <dc:date>2013-08-05T17:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring web adaptor IIS</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-web-adaptor-iis/m-p/423111#M16362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually that is normal - you are pointing to the local arcgis server. But if problems you can use FQDN: &lt;/SPAN&gt;&lt;A href="http://computer.domain.com:6080/arcgis"&gt;http://computer.domain.com:6080/arcgis&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your web adaptor will not use port 6080, it will use port 80 and this will be external.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 18:47:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-web-adaptor-iis/m-p/423111#M16362</guid>
      <dc:creator>BubbaHey</dc:creator>
      <dc:date>2013-08-05T18:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring web adaptor IIS</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-web-adaptor-iis/m-p/423112#M16363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For Ivan.&amp;nbsp; Check the settings in &lt;/SPAN&gt;&lt;A href="http://localhost:6080/arcgis/admin/security/config/update"&gt;http://localhost:6080/arcgis/admin/security/config/update&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Make sure it is set to HTTP and HTTPS&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 18:49:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-web-adaptor-iis/m-p/423112#M16363</guid>
      <dc:creator>BubbaHey</dc:creator>
      <dc:date>2013-08-05T18:49:25Z</dc:date>
    </item>
  </channel>
</rss>

