<?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: Deployment JavaScript application with IIS - web adaptor in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/deployment-javascript-application-with-iis-web/m-p/212046#M19617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have been able to get it to perform on two different servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Server 1 we have an IIS - "Intranet" - html/javascript website utilizing the rest services on the ArcGIS Server 10.2.2 installed on that same server.&amp;nbsp; The web adaptor is installed and is configured as:&amp;nbsp;&amp;nbsp; &lt;A href="http://machinename:6080/"&gt;http://machinename:6080&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you are on the internal network - you reach the default IIS website by entering&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://machinename" rel="nofollow" target="_blank"&gt;http://machinename&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This server is not accessable from outside of our network without a VPN connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Server 2 we have an IIS - "Internet" - html/javascript website utilizing the rest services on the ArcGIS Server 10.2.2 installed on that same server.&amp;nbsp; The web adaptor is installed and is configured as:&amp;nbsp; &lt;A href="http://gis.orgname.com:6080/"&gt;http://gis.orgname.com:6080&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Our IT department registered &lt;A href="http://gis.orgname.com/"&gt;http://gis.orgname.com&lt;/A&gt;&amp;nbsp; so that any DNS will resolve it to our server and it will open the default IIS website on Server 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have "sitename.com" registered and setup so that any DNS resolves it to your IP address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luci&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Feb 2015 16:28:22 GMT</pubDate>
    <dc:creator>LuciHawkins</dc:creator>
    <dc:date>2015-02-10T16:28:22Z</dc:date>
    <item>
      <title>Deployment JavaScript application with IIS - web adaptor</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/deployment-javascript-application-with-iis-web/m-p/212044#M19615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1 style="font-style: inherit; font-size: 26px; font-family: inherit;"&gt;&lt;/H1&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Hello to everyone.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I've developed an application using the ESRI's JavaScript API. My web services are deployed in an ArcGIS Server 10.2 machine. These services are working properly through a web adaptor and I can access the admin interface externally (using sitename.com/arcgis/rest/services).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Due to economical restrictions I have to deploy the app in the same machine where the services and the web adaptor are. By now, I have created a site in IIS and I am able to run it locally (localhost/sitename). The problems come when I try to use my sitename (and not localhost) to access the application. I want to use the web adaptor name for both the services interface and the application itself. I've tried few things:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If I set the web adaptor pool to my application site, I am able to load the application locally on the server (using sitename.com), but the application is not totally loaded. Some of its resources throw a 503 error.&lt;/LI&gt;&lt;LI&gt;Using the web adaptor pool does not allow external access (503 error again). It is not a firewall issuee because I've set an inbound rule.&lt;/LI&gt;&lt;LI&gt;I've checked multiple configurations of the pool without success.&lt;/LI&gt;&lt;/UL&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Does anyone have an idea on how to deploy, on the same machine, a Javascript application and give external access to it using the site name (the web adaptor name)? I have been taking a look to many resources without success.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Thanks in advance and sorry if these kind of questions are too obvious.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Regards.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Constan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 13:16:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/deployment-javascript-application-with-iis-web/m-p/212044#M19615</guid>
      <dc:creator>ConstancioAmurrio_García</dc:creator>
      <dc:date>2014-10-23T13:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment JavaScript application with IIS - web adaptor</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/deployment-javascript-application-with-iis-web/m-p/212045#M19616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're having the exact same issue. ESRI Tech support has ping-ponged back and forth several times to our Systems staff, and we're currently deadlocked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Constan: did you ever resolve this issue? I would love to hear what you did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-m&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 18:25:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/deployment-javascript-application-with-iis-web/m-p/212045#M19616</guid>
      <dc:creator>MatthewBaker2</dc:creator>
      <dc:date>2015-02-09T18:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment JavaScript application with IIS - web adaptor</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/deployment-javascript-application-with-iis-web/m-p/212046#M19617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have been able to get it to perform on two different servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Server 1 we have an IIS - "Intranet" - html/javascript website utilizing the rest services on the ArcGIS Server 10.2.2 installed on that same server.&amp;nbsp; The web adaptor is installed and is configured as:&amp;nbsp;&amp;nbsp; &lt;A href="http://machinename:6080/"&gt;http://machinename:6080&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you are on the internal network - you reach the default IIS website by entering&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://machinename" rel="nofollow" target="_blank"&gt;http://machinename&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This server is not accessable from outside of our network without a VPN connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Server 2 we have an IIS - "Internet" - html/javascript website utilizing the rest services on the ArcGIS Server 10.2.2 installed on that same server.&amp;nbsp; The web adaptor is installed and is configured as:&amp;nbsp; &lt;A href="http://gis.orgname.com:6080/"&gt;http://gis.orgname.com:6080&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Our IT department registered &lt;A href="http://gis.orgname.com/"&gt;http://gis.orgname.com&lt;/A&gt;&amp;nbsp; so that any DNS will resolve it to our server and it will open the default IIS website on Server 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have "sitename.com" registered and setup so that any DNS resolves it to your IP address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luci&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 16:28:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/deployment-javascript-application-with-iis-web/m-p/212046#M19617</guid>
      <dc:creator>LuciHawkins</dc:creator>
      <dc:date>2015-02-10T16:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment JavaScript application with IIS - web adaptor</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/deployment-javascript-application-with-iis-web/m-p/212047#M19618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Luci,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We have &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://externalDevSite.domain.org/" rel="nofollow" target="_blank"&gt;http://externalDevSite.domain.org/&lt;/A&gt;&lt;SPAN&gt; pointing to &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://internalDevSite/" rel="nofollow" target="_blank"&gt;http://internalDevSite/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any requests to &lt;A href="http://externalDevSite.domain.org/" title="http://externalDevSite.domain.org/"&gt;http://externalDevSite.domain.org:6080/arcgis/rest &lt;/A&gt;go right to ArcGIS server as designed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our problem is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) the root &lt;A href="http://externalDevSite.domain.org/" title="http://externalDevSite.domain.org/"&gt;http://externalDevSite.domain.org/ &lt;/A&gt;goes right to &lt;A href="http://externalDevSite.domain.org/" title="http://externalDevSite.domain.org/"&gt;http://externalDevSite.domain.org/arcgis&lt;/A&gt;- we cannot hit our IIS landing page from the external network, as everything is redirected to the ./arcgis suffix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Most importantly (frustratingly), requests to the application we have deployed at &lt;A href="http://externalDevSite.domain.org/" title="http://externalDevSite.domain.org/"&gt;http://externalDevSite.domain.org/devwebsite&lt;/A&gt; cannot be resolved. ESRI throws it back to our Systems department, who checks everything off just fine, and throws it back to ESRI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 19:47:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/deployment-javascript-application-with-iis-web/m-p/212047#M19618</guid>
      <dc:creator>MatthewBaker2</dc:creator>
      <dc:date>2015-02-10T19:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment JavaScript application with IIS - web adaptor</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/deployment-javascript-application-with-iis-web/m-p/212048#M19619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do any requests (without the port number)&amp;nbsp;&amp;nbsp; &lt;A href="http://externalDevSite.domain.org/arcgis/rest"&gt;http://externalDevSite.domain.org/arcgis/rest&lt;/A&gt;&amp;nbsp; go to the ArcGIS server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) the root &lt;A class="jive-link-external-small" href="http://externaldevsite.domain.org/" rel="nofollow" target="_blank"&gt;http://externalDevSite.domain.org/ &lt;/A&gt;goes right to &lt;A class="jive-link-external-small" href="http://externaldevsite.domain.org/" rel="nofollow" target="_blank"&gt;http://externalDevSite.domain.org/arcgis&lt;/A&gt;- we cannot hit our IIS landing page from the external network, as everything is redirected to the ./arcgis suffix. - &lt;STRONG&gt;Why is everything redirected to /arcgis? &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luci&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 20:22:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/deployment-javascript-application-with-iis-web/m-p/212048#M19619</guid>
      <dc:creator>LuciHawkins</dc:creator>
      <dc:date>2015-02-10T20:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment JavaScript application with IIS - web adaptor</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/deployment-javascript-application-with-iis-web/m-p/212049#M19620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luci,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, as far as I remember, requests to server w/out the port # do not go to ArcGIS server. (I say as far as I remember because our GIS server is offline due to all this support poking and proding...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And - no one has any idea why everything is re-directed to /arcgis... that's the mystery here!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 21:09:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/deployment-javascript-application-with-iis-web/m-p/212049#M19620</guid>
      <dc:creator>MatthewBaker2</dc:creator>
      <dc:date>2015-02-10T21:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment JavaScript application with IIS - web adaptor</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/deployment-javascript-application-with-iis-web/m-p/212050#M19621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would check to see if Web Adaptor has been installed and if so, was it configured properly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I would try to figure out why IIS seems to think that &lt;A href="http://externalDevSite.domain.org/arcgis"&gt;http://externalDevSite.domain.org/arcgis&lt;/A&gt;&amp;nbsp; is the default website.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luci&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 21:31:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/deployment-javascript-application-with-iis-web/m-p/212050#M19621</guid>
      <dc:creator>LuciHawkins</dc:creator>
      <dc:date>2015-02-10T21:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment JavaScript application with IIS - web adaptor</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/deployment-javascript-application-with-iis-web/m-p/212051#M19622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Luci,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ESRI Tech support confirmed all the web adaptor components were installed and configured correctly and that the web adaptor was functioning properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the IIS default app... again, neither ESRI nor our Systems folks can figure that out...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 22:11:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/deployment-javascript-application-with-iis-web/m-p/212051#M19622</guid>
      <dc:creator>MatthewBaker2</dc:creator>
      <dc:date>2015-02-10T22:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment JavaScript application with IIS - web adaptor</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/deployment-javascript-application-with-iis-web/m-p/212052#M19623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, but I am leaving for vacation for a week.&amp;nbsp; Hope you get it figured out.&amp;nbsp; I'll check back with the discussion when I get back &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 22:32:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/deployment-javascript-application-with-iis-web/m-p/212052#M19623</guid>
      <dc:creator>LuciHawkins</dc:creator>
      <dc:date>2015-02-10T22:32:17Z</dc:date>
    </item>
  </channel>
</rss>

