<?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 Unable to access the esri library in local web server. in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-access-the-esri-library-in-local-web/m-p/667322#M62315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had configured IIS in local system and it serving the web pages. I copied the arcgis_js_api in c:\Inetpub\wwwroot&lt;/P&gt;&lt;P&gt;as instructed in ESRI's ArcGIS API for JavaScript.&lt;/P&gt;&lt;OL style="color: #4c4c4c; font-size: 0.9375rem; margin-left: 0.775rem; margin-bottom: 1.55rem;"&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;Open &lt;CODE style="color: #595959; background-color: #f8f8f8; border: 1px solid #efefef; font-size: 0.85em;"&gt;C:\Inetpub\wwwroot\arcgis_js_api\library\4.1\4.1\init.js&lt;/CODE&gt; in a text editor and search for the text&lt;CODE style="color: #595959; background-color: #f8f8f8; border: 1px solid #efefef; font-size: 0.85em;"&gt;[HOSTNAME_AND_PATH_TO_JSAPI]&lt;/CODE&gt;, and replace this text with&lt;CODE style="color: #595959; background-color: #f8f8f8; border: 1px solid #efefef; font-size: 0.85em;"&gt;&lt;SPAN&gt;&amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FTop-level_domain" rel="nofollow" target="_blank"&gt;https://en.wikipedia.org/wiki/Top-level_domain&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;fqdn.tld&amp;lt;/a&amp;gt;/arcgis_js_api/library/4.1/4.1/&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c;"&gt;I replaced&amp;nbsp;&lt;SPAN style="color: #595959; background-color: #f8f8f8; font-size: 12.75px;"&gt;&lt;SPAN&gt;&amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FTop-level_domain" rel="nofollow" target="_blank"&gt;https://en.wikipedia.org/wiki/Top-level_domain&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;fqdn.tld&amp;lt;/a&amp;gt;/arcgis_js_api/library/4.1/4.1/ with&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;[HOSTNAME_AND_PATH_TO_JSAPI] in C:\inetpub\wwwroot\arcgis_js_api\library\4.1\4.1\init.js. &amp;nbsp;I suspect here I am doing the mistake in above step.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8f8f8; color: #595959; font-size: 12.75px;"&gt;I took the sample code from&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8f8f8; color: #595959; font-size: 12.75px;"&gt;&lt;A href="https://community.esri.com/"&gt;file:///E:/Software/ArcGIS%20API%20for%20JavaScript/arcgis_js_v41_api/arcgis_js_api/library/downloads/index.html&lt;/A&gt;&amp;nbsp;but I unable to see the result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8f8f8; color: #595959; font-size: 12.75px;"&gt;When I try to access .css/init.js which is hosted in local server, I can browse in browser. I changed the TileLayer URL REST service and it also browse in the browser.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8f8f8; color: #595959; font-size: 12.75px;"&gt;What step I am missing here?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Nov 2016 09:25:53 GMT</pubDate>
    <dc:creator>MathanManohar</dc:creator>
    <dc:date>2016-11-17T09:25:53Z</dc:date>
    <item>
      <title>Unable to access the esri library in local web server.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-access-the-esri-library-in-local-web/m-p/667322#M62315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had configured IIS in local system and it serving the web pages. I copied the arcgis_js_api in c:\Inetpub\wwwroot&lt;/P&gt;&lt;P&gt;as instructed in ESRI's ArcGIS API for JavaScript.&lt;/P&gt;&lt;OL style="color: #4c4c4c; font-size: 0.9375rem; margin-left: 0.775rem; margin-bottom: 1.55rem;"&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;Open &lt;CODE style="color: #595959; background-color: #f8f8f8; border: 1px solid #efefef; font-size: 0.85em;"&gt;C:\Inetpub\wwwroot\arcgis_js_api\library\4.1\4.1\init.js&lt;/CODE&gt; in a text editor and search for the text&lt;CODE style="color: #595959; background-color: #f8f8f8; border: 1px solid #efefef; font-size: 0.85em;"&gt;[HOSTNAME_AND_PATH_TO_JSAPI]&lt;/CODE&gt;, and replace this text with&lt;CODE style="color: #595959; background-color: #f8f8f8; border: 1px solid #efefef; font-size: 0.85em;"&gt;&lt;SPAN&gt;&amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FTop-level_domain" rel="nofollow" target="_blank"&gt;https://en.wikipedia.org/wiki/Top-level_domain&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;fqdn.tld&amp;lt;/a&amp;gt;/arcgis_js_api/library/4.1/4.1/&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c;"&gt;I replaced&amp;nbsp;&lt;SPAN style="color: #595959; background-color: #f8f8f8; font-size: 12.75px;"&gt;&lt;SPAN&gt;&amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FTop-level_domain" rel="nofollow" target="_blank"&gt;https://en.wikipedia.org/wiki/Top-level_domain&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;fqdn.tld&amp;lt;/a&amp;gt;/arcgis_js_api/library/4.1/4.1/ with&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;[HOSTNAME_AND_PATH_TO_JSAPI] in C:\inetpub\wwwroot\arcgis_js_api\library\4.1\4.1\init.js. &amp;nbsp;I suspect here I am doing the mistake in above step.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8f8f8; color: #595959; font-size: 12.75px;"&gt;I took the sample code from&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8f8f8; color: #595959; font-size: 12.75px;"&gt;&lt;A href="https://community.esri.com/"&gt;file:///E:/Software/ArcGIS%20API%20for%20JavaScript/arcgis_js_v41_api/arcgis_js_api/library/downloads/index.html&lt;/A&gt;&amp;nbsp;but I unable to see the result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8f8f8; color: #595959; font-size: 12.75px;"&gt;When I try to access .css/init.js which is hosted in local server, I can browse in browser. I changed the TileLayer URL REST service and it also browse in the browser.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8f8f8; color: #595959; font-size: 12.75px;"&gt;What step I am missing here?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 09:25:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-access-the-esri-library-in-local-web/m-p/667322#M62315</guid>
      <dc:creator>MathanManohar</dc:creator>
      <dc:date>2016-11-17T09:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access the esri library in local web server.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-access-the-esri-library-in-local-web/m-p/667323#M62316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Yes that is where your mistake is. What the instructions are trying to tell you is you replace&amp;nbsp;[HOSTNAME_AND_PATH_TO_JSAPI] with your machines fully qualified domain name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for example in my case it would be:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fgislap183" rel="nofollow" target="_blank"&gt;http://gislap183&lt;/A&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;/arcgis_js_api/library/4.1/4.1/ on my development laptop. Where "gislap183" is my machine name.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 14:02:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-access-the-esri-library-in-local-web/m-p/667323#M62316</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-17T14:02:16Z</dc:date>
    </item>
  </channel>
</rss>

