<?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 Re: Configure Web Adaptor Name in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/configure-web-adaptor-name/m-p/391591#M15222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You won't be able to have 2 web servers (ArcServer and IIS) listening on the same port...or at least you shouldn't...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should have 2 options here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Put your web adaptor on another server (if you want to maintain port 6080)&lt;/P&gt;&lt;P&gt;2) Change the port to 80 and use IIS on the same box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can configure IIS to listen on 6080, but it should probably be on a different box. The only way it might work on the same box is if you have domain filtering on. So, instead of using &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://mybox:6080/arcgis" rel="nofollow" target="_blank"&gt;http://mybox:6080/arcgis&lt;/A&gt;&lt;SPAN&gt;, you would need something like &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gissubdomain.mydomain.com:6080" rel="nofollow" target="_blank"&gt;http://gissubdomain.mydomain.com:6080&lt;/A&gt;&lt;SPAN&gt;. This would filter only the requests to that subdomain on that port.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the reason you want to keep 6080? The other alternative is just don't use the webadaptor and point straight at the box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2015 18:37:40 GMT</pubDate>
    <dc:creator>JasonTipton</dc:creator>
    <dc:date>2015-02-19T18:37:40Z</dc:date>
    <item>
      <title>Configure Web Adaptor Name</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/configure-web-adaptor-name/m-p/391588#M15219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to configure Web Adaptor for ArcGIS Server mantaining the URL of the GIS Server along with the port that is being used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual conditions are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/" rel="nofollow" target="_blank"&gt;http://%hostname%:6080/arcgis/rest/services&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if I install Web Adaptor with the default configurations the URL changes to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;STRONG&gt;%hostname%&lt;/STRONG&gt;/arcgis/rest/services&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My needs are to change just the Web Adaptor name like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/" rel="nofollow" target="_blank"&gt;http://%hostname%:6080/&lt;/A&gt;&lt;STRONG&gt;othername&lt;/STRONG&gt;/rest/services&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 14:32:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/configure-web-adaptor-name/m-p/391588#M15219</guid>
      <dc:creator>Marco_AlejandroBonilla</dc:creator>
      <dc:date>2015-02-18T14:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Web Adaptor Name</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/configure-web-adaptor-name/m-p/391589#M15220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't believe what you're describing is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a client accesses your ArcGIS Server instance with the port number (6080 or 6443) included in the URL, you are effectively bypassing the Web Adaptor and are communicating directly with the internal Apache/Gernomio web server that ArcGIS Server runs on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That web server "tier" is separate from the one where the Web Adaptor is installed (e.g. IIS).&amp;nbsp; The "arcgis" portion of this internal web server's URL is not configurable, at least not to my knowledge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 16:18:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/configure-web-adaptor-name/m-p/391589#M15220</guid>
      <dc:creator>ErinBrimhall</dc:creator>
      <dc:date>2015-02-18T16:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Web Adaptor Name</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/configure-web-adaptor-name/m-p/391590#M15221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="color: black; font-size: 18.0pt; font-family: 'Times New Roman','serif';"&gt;&lt;STRONG&gt;How to install the Web Adaptor&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="1" style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;The Web Adaptor setup program should launch automatically after the download has been completed. If the setup does not launch automatically, browse to the location of the downloaded setup files and double-click Setup.exe.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Review the terms and conditions of the license agreement. You must agree to the terms in order to proceed.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Review the features on the Select Features dialog box. Optionally, if you want to install the Cross-domain Policy Files, click the drop-down menu next to the feature and select This feature will be installed on the local hard drive. To learn more about this feature, see &lt;/SPAN&gt;&lt;SPAN style="color: windowtext;"&gt;&lt;A href="http://resources.arcgis.com/en/help/install-guides/arcgis-server-web-adaptor-iis/10.2/01nz/01nz00000028000000.htm"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;About cross-domain policy files&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;. Click Next.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Choose a website for the Web Adaptor. Available websites are listed as &amp;lt;website name (port)&amp;gt;. If you don't see the Select website dialog box, this means you only have one website. If only one website is found on your machine, the ArcGIS Web Adaptor is automatically placed on that website without displaying the Select website dialog box.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Type the name of the Web Adaptor&lt;/STRONG&gt;&lt;/SPAN&gt;. The default value is arcgis.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;Note:&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto; margin-left: .5in;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;A message will display if a virtual directory with the same name as the Web Adaptor already exists in the selected website. Click OK to close the message and enter a different name for the Web Adaptor.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="6" style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;To complete the installation, follow the directions on the screen.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;However the port no. won't be displayed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Jay&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 16:35:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/configure-web-adaptor-name/m-p/391590#M15221</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-02-18T16:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Web Adaptor Name</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/configure-web-adaptor-name/m-p/391591#M15222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You won't be able to have 2 web servers (ArcServer and IIS) listening on the same port...or at least you shouldn't...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should have 2 options here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Put your web adaptor on another server (if you want to maintain port 6080)&lt;/P&gt;&lt;P&gt;2) Change the port to 80 and use IIS on the same box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can configure IIS to listen on 6080, but it should probably be on a different box. The only way it might work on the same box is if you have domain filtering on. So, instead of using &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://mybox:6080/arcgis" rel="nofollow" target="_blank"&gt;http://mybox:6080/arcgis&lt;/A&gt;&lt;SPAN&gt;, you would need something like &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gissubdomain.mydomain.com:6080" rel="nofollow" target="_blank"&gt;http://gissubdomain.mydomain.com:6080&lt;/A&gt;&lt;SPAN&gt;. This would filter only the requests to that subdomain on that port.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the reason you want to keep 6080? The other alternative is just don't use the webadaptor and point straight at the box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 18:37:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/configure-web-adaptor-name/m-p/391591#M15222</guid>
      <dc:creator>JasonTipton</dc:creator>
      <dc:date>2015-02-19T18:37:40Z</dc:date>
    </item>
  </channel>
</rss>

