<?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: What are the basic requirements to utilize ArcGIS JS API with ArcGIS for Server? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/what-are-the-basic-requirements-to-utilize-arcgis/m-p/238796#M9189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the caches on the Esri server discs, and publish the service definition. I don't have them in front of me (on mobile)&amp;nbsp; but from memory they are pretty straightforward. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Sep 2015 20:21:30 GMT</pubDate>
    <dc:creator>GrantHerbert</dc:creator>
    <dc:date>2015-09-22T20:21:30Z</dc:date>
    <item>
      <title>What are the basic requirements to utilize ArcGIS JS API with ArcGIS for Server?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/what-are-the-basic-requirements-to-utilize-arcgis/m-p/238788#M9181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What the basic requirements needed run&amp;nbsp; under a closed network? For example, the sample first map in (&lt;A href="https://developers.arcgis.com/javascript/" title="https://developers.arcgis.com/javascript/"&gt;ArcGIS API for JavaScript&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel like I'm missing several things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have so far:&lt;/P&gt;&lt;P&gt;ArcGIS for Server 10.3&lt;/P&gt;&lt;P&gt;ArcMap with a couple of mxd files and a lyr file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I figured out so far:&lt;/P&gt;&lt;P&gt;Override the basemap url via esri/basemap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcMap can publish the mxd as a service&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I can view them as a layer added on to an undefined basemap &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Couldn't use it as a basemap as it just show blank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 21:52:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/what-are-the-basic-requirements-to-utilize-arcgis/m-p/238788#M9181</guid>
      <dc:creator>JamesTruong</dc:creator>
      <dc:date>2015-09-16T21:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: What are the basic requirements to utilize ArcGIS JS API with ArcGIS for Server?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/what-are-the-basic-requirements-to-utilize-arcgis/m-p/238789#M9182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a few options for using the JS API without requiring Internet/AGOL access if you already have ArcGIS Server.&amp;nbsp; with AGS, you should have access to Portal, which is basically AGOL that is housed locally (although releases run a little later ...months at least...than AGOL releases)&amp;nbsp; With Portal, that opens up the ability to use &lt;A href="https://developers.arcgis.com/web-appbuilder/" title="https://developers.arcgis.com/web-appbuilder/"&gt;Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (See my blog for resources and help &lt;A href="https://community.esri.com/migration-blogpost/2580"&gt;Web AppBuilder Developer Edition - Customization Resource List&lt;/A&gt;​ )&amp;nbsp; The reason WAB requires AGOL or Portal is for "registration", but beyond that, you can use all your own services from AGS, base maps and/or operation layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are wanting to use the API without use of the app builder, you can do that without any reliance on AGOL or Portal, but still can use any/all your local AGS services.&amp;nbsp; I suggest looking thru all the samples (filter topics from the search at top) &lt;A href="https://developers.arcgis.com/javascript/jssamples/widget_basemap.html" title="https://developers.arcgis.com/javascript/jssamples/widget_basemap.html"&gt;Basemap gallery | ArcGIS API for JavaScript&lt;/A&gt;&amp;nbsp;&amp;nbsp; to find code samples (I think I have yhe link pointing to the base map gallery). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that you do NOT have your Basemap in the same mxd/service as your operational layers.&amp;nbsp; Keep all basemaps as separate services.&amp;nbsp; Use the toggle-basemap or Basemap-gallery samples (I'm assuming in your question that you want to use your base maps and not he esri/base maps....sorry if I interpreted that wrong)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make ake sure the basemap service is in the reference system that you would like your web app to be.&amp;nbsp; If not web Mercator aux, you can specify a different if needed (that wasn't anything you asked, but since I use a different one, thought I'd add that in).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps....please feel free to ask additional questions.&amp;nbsp; you question was pretty open ended...but thought I'd give it a start.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 22:45:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/what-are-the-basic-requirements-to-utilize-arcgis/m-p/238789#M9182</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-09-16T22:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: What are the basic requirements to utilize ArcGIS JS API with ArcGIS for Server?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/what-are-the-basic-requirements-to-utilize-arcgis/m-p/238790#M9183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I have no idea on how to generate a basemap or make it as a service.&lt;/P&gt;&lt;P&gt;Just a reminder, I'm trying to set this up on system(s) that will never touch the Internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was looking in more details / documentations / examples&amp;nbsp; what makes &lt;/P&gt;&lt;P&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer" title="http://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer"&gt;Canvas/World_Light_Gray_Base (MapServer)&lt;/A&gt;&amp;nbsp; work with the ArcGIS JS API &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt; esriBasemaps.test = {&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN&gt;baseMapLayers:[{url: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fservices.arcgisonline.com%2FArcGIS%2Frest%2Fservices%2FCanvas%2FWorld_Light_Gray_Base%2FMapServer" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer&lt;/A&gt;&lt;SPAN&gt;"}],&amp;nbsp;&amp;nbsp; title: "Test"&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;}; &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;var map = new Map("map", { center: [-118, 34.5], zoom: 8, basemap: "test" }); &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which would help explain why I can't just use the SampleWorldCities service as a basemap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 01:15:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/what-are-the-basic-requirements-to-utilize-arcgis/m-p/238790#M9183</guid>
      <dc:creator>JamesTruong</dc:creator>
      <dc:date>2015-09-17T01:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: What are the basic requirements to utilize ArcGIS JS API with ArcGIS for Server?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/what-are-the-basic-requirements-to-utilize-arcgis/m-p/238791#M9184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James, &lt;/P&gt;&lt;P&gt;here is the example to create your own map services as your basemap : &lt;A href="https://jsfiddle.net/geoholix/ez4kn0uw/" title="https://jsfiddle.net/geoholix/ez4kn0uw/"&gt;https://jsfiddle.net/geoholix/ez4kn0uw/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;as you mentioned you have to build the system in closed environment, you also need to install ArcGIS API for Javascript in your environment and add it in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goodluck&lt;/P&gt;&lt;P&gt;amri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 06:17:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/what-are-the-basic-requirements-to-utilize-arcgis/m-p/238791#M9184</guid>
      <dc:creator>khairulamri</dc:creator>
      <dc:date>2015-09-17T06:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: What are the basic requirements to utilize ArcGIS JS API with ArcGIS for Server?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/what-are-the-basic-requirements-to-utilize-arcgis/m-p/238792#M9185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to do that but I get a blank screen with no errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I confirmed that the ArcGIS JS API and ArcGIS for Server runs in my closed environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I'm wonder how you make something like &lt;A href="http://services.arcgisonline.com/ArcGIS/rest/services/Ocean_Basemap/MapServer" title="http://services.arcgisonline.com/ArcGIS/rest/services/Ocean_Basemap/MapServer"&gt;Ocean_Basemap (MapServer)&lt;/A&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;The types of map files available to me now are a bunch of unrelated mxd, lyr, tpk, a layer folder filled with bundle &amp;amp; bundlx.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Building a basemap and install it as a basemap service for&amp;nbsp; ArcGIS for Server seems the missing critical step to me. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 17:17:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/what-are-the-basic-requirements-to-utilize-arcgis/m-p/238792#M9185</guid>
      <dc:creator>JamesTruong</dc:creator>
      <dc:date>2015-09-17T17:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: What are the basic requirements to utilize ArcGIS JS API with ArcGIS for Server?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/what-are-the-basic-requirements-to-utilize-arcgis/m-p/238793#M9186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;​(I had a more detailed reply...but my battery died and ate it...trying to recap)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A basemap service is the same as any other service, but with data that you would like to display no mater what operational layers you have on top.&amp;nbsp; this can be your road system, topo maps, imagery, political boundaries, etc. Since this is the first layer loaded, you want it to have the same spatial reference that you would like your app to be displayed.&amp;nbsp; You also want to create a cache of your service (So it is a tiled service, vs dynamic).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a base map service similar to those provided on AGOL, you would need access to the source data (you can not make a service from a service). See if you have any of the data on the esri map disks (from several years ago....not sure off hand how to get updates....and they may be included with Portal which I have not set up).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bottom line, in a closed system, you will need to create and cache your own basemap service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 21:14:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/what-are-the-basic-requirements-to-utilize-arcgis/m-p/238793#M9186</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-09-17T21:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: What are the basic requirements to utilize ArcGIS JS API with ArcGIS for Server?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/what-are-the-basic-requirements-to-utilize-arcgis/m-p/238794#M9187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So in short ... I need the ESRI Data &amp;amp; Maps and Portal for ArcGIS Server Extension to generate a basemap service with one of the mxd files in the Data &amp;amp; Map&amp;nbsp; as the basemap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or alternatively, ESRI Data &amp;amp; Map for Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then publish that service into the ArcGIS Server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 22:08:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/what-are-the-basic-requirements-to-utilize-arcgis/m-p/238794#M9187</guid>
      <dc:creator>JamesTruong</dc:creator>
      <dc:date>2015-09-17T22:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: What are the basic requirements to utilize ArcGIS JS API with ArcGIS for Server?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/what-are-the-basic-requirements-to-utilize-arcgis/m-p/238795#M9188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, at least in my experience......or ArcGIS Server and any data that you already have and want for a base map.&amp;nbsp; ​I'm not sure where you are located, but you may be able to find or download data from a local organization or other agency. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 22:21:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/what-are-the-basic-requirements-to-utilize-arcgis/m-p/238795#M9188</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-09-17T22:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: What are the basic requirements to utilize ArcGIS JS API with ArcGIS for Server?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/what-are-the-basic-requirements-to-utilize-arcgis/m-p/238796#M9189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the caches on the Esri server discs, and publish the service definition. I don't have them in front of me (on mobile)&amp;nbsp; but from memory they are pretty straightforward. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 20:21:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/what-are-the-basic-requirements-to-utilize-arcgis/m-p/238796#M9189</guid>
      <dc:creator>GrantHerbert</dc:creator>
      <dc:date>2015-09-22T20:21:30Z</dc:date>
    </item>
  </channel>
</rss>

