<?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: Web Adaptors: one web server, two web adaptors pointing to two different AGS server sites? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptors-one-web-server-two-web-adaptors/m-p/1356650#M37840</link>
    <description>&lt;P&gt;I 100% totally agree with &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880" target="_self"&gt;&lt;SPAN class=""&gt;MarceloMarques&lt;/SPAN&gt;&lt;/A&gt;.&amp;nbsp; It is best to have them on separate web servers.&amp;nbsp; but technically yes, you can install a web adaptor called dev and configure it to use your dev ArcGIS Server instance.&amp;nbsp; A second web adaptor with a different name could point to your prod Server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://enterprise.arcgis.com/en/web-adaptor/latest/install/iis/install-multiple-arcgis-web-adaptors-iis.htm" target="_blank" rel="noopener"&gt;https://enterprise.arcgis.com/en/web-adaptor/latest/install/iis/install-multiple-arcgis-web-adaptors-iis.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;My advice here is that just because you can do something, doesn't mean you should.&amp;nbsp; :--)&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Dec 2023 23:41:53 GMT</pubDate>
    <dc:creator>Scott_Tansley</dc:creator>
    <dc:date>2023-12-04T23:41:53Z</dc:date>
    <item>
      <title>Web Adaptors: one web server, two web adaptors pointing to two different AGS server sites?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptors-one-web-server-two-web-adaptors/m-p/1356418#M37828</link>
      <description>&lt;P data-unlink="true"&gt;I'm trying to figure out if this is possible, and if so, is it advisable or is it better to have two separate web servers, one for dev and one for prod? I've been&amp;nbsp;reading&amp;nbsp;&lt;A href="https://enterprise.arcgis.com/en/web-adaptor/latest/install/iis/install-multiple-arcgis-web-adaptors-iis.htm" target="_self"&gt;Install Multiple ArcGIS Web Adaptors&lt;/A&gt; and it sounds like one website can have multiple web adaptors, but the thing that isn't clear to me is that if each web adaptor can be pointing to different server sites or can multiple web adaptors only be used if all those web adaptors are pointing to the same server site? This is what I am thinking of doing, but can't figure out if it's possible (and advisable):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OneWeb.png" style="width: 611px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87936i2E7786773E54E241/image-size/large?v=v2&amp;amp;px=999" role="button" title="OneWeb.png" alt="OneWeb.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 17:21:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptors-one-web-server-two-web-adaptors/m-p/1356418#M37828</guid>
      <dc:creator>MKF62</dc:creator>
      <dc:date>2023-12-04T17:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Web Adaptors: one web server, two web adaptors pointing to two different AGS server sites?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptors-one-web-server-two-web-adaptors/m-p/1356429#M37829</link>
      <description>&lt;P&gt;The recommendation is to always have a separate webserver for development and for production.&lt;/P&gt;&lt;P&gt;This way you will have 2 URLs.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.domain-dev.com" target="_blank"&gt;www.domain-dev.com&lt;/A&gt;&amp;nbsp;(development) and &lt;A href="http://www.domain.com" target="_blank"&gt;www.domain.com&lt;/A&gt;&amp;nbsp;(production).&lt;/P&gt;&lt;P&gt;This makes things easier, especially when you need to make changes in the development webserver to test the changes first before you apply the same changes in the production webserver.&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 17:38:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptors-one-web-server-two-web-adaptors/m-p/1356429#M37829</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2023-12-04T17:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Web Adaptors: one web server, two web adaptors pointing to two different AGS server sites?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptors-one-web-server-two-web-adaptors/m-p/1356450#M37832</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/135504"&gt;@MKF62&lt;/a&gt;&amp;nbsp;.&amp;nbsp; &amp;nbsp; &amp;nbsp;We run nginx in front of our Esri web adaptors.&amp;nbsp; &amp;nbsp;It provides a lot of flexibility.&lt;/P&gt;&lt;P&gt;I suggest adding nginx or another simple reverse web proxy for your use case.&amp;nbsp; &amp;nbsp; A single nginx proxy will be able to route traffic to your two web adaptors, based upon the "dev" and "prod" paths, as you show in your diagram.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;( from my point of view, your arrows are backwards, since IMO such arrows should reflect the direction in which traffic moves )&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 18:20:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptors-one-web-server-two-web-adaptors/m-p/1356450#M37832</guid>
      <dc:creator>JonathanEpstein</dc:creator>
      <dc:date>2023-12-04T18:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Web Adaptors: one web server, two web adaptors pointing to two different AGS server sites?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptors-one-web-server-two-web-adaptors/m-p/1356650#M37840</link>
      <description>&lt;P&gt;I 100% totally agree with &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880" target="_self"&gt;&lt;SPAN class=""&gt;MarceloMarques&lt;/SPAN&gt;&lt;/A&gt;.&amp;nbsp; It is best to have them on separate web servers.&amp;nbsp; but technically yes, you can install a web adaptor called dev and configure it to use your dev ArcGIS Server instance.&amp;nbsp; A second web adaptor with a different name could point to your prod Server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://enterprise.arcgis.com/en/web-adaptor/latest/install/iis/install-multiple-arcgis-web-adaptors-iis.htm" target="_blank" rel="noopener"&gt;https://enterprise.arcgis.com/en/web-adaptor/latest/install/iis/install-multiple-arcgis-web-adaptors-iis.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;My advice here is that just because you can do something, doesn't mean you should.&amp;nbsp; :--)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 23:41:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/web-adaptors-one-web-server-two-web-adaptors/m-p/1356650#M37840</guid>
      <dc:creator>Scott_Tansley</dc:creator>
      <dc:date>2023-12-04T23:41:53Z</dc:date>
    </item>
  </channel>
</rss>

