<?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 Transfer Web Appbuilder app from development to production server in ArcGIS Enterprise Portal Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/transfer-web-appbuilder-app-from-development-to/m-p/502540#M7022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have ArcGIS for Server v10.3 with Portal for ArcGIS installed.&amp;nbsp; They are unfederated so the current workflow is to create a service in ArcGIS for Server, add the service to Portal, and use Web Appbuilder to create the apps. So far, this has been working fairly well on my development server. &lt;BR /&gt;However, I’m trying to figure out how to transfer the app to my production server.&amp;nbsp; I’ve heard it’s possible to transfer only the code of the app and avoid having to install Portal on my prod server.&amp;nbsp; I’ve figured out how to download the app code.&amp;nbsp; However, the dev and prod servers have their own data stores so, after transferring the app, I need to redirect the URLs to the prod data store.&amp;nbsp; After downloading the app code, all I see are&lt;BR /&gt;URLs pointing to a Portal address (i.e. no direct links to the service in ArcGIS Server).&amp;nbsp; Is there a way to update the URLs in the code to point directly to a service in ArcGIS Server or will Web AppBuilder only allow me to use services that are directed through Portal, which would require Portal to be installed on the prod server, as well? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2015 16:06:03 GMT</pubDate>
    <dc:creator>LucasMurray2</dc:creator>
    <dc:date>2015-04-27T16:06:03Z</dc:date>
    <item>
      <title>Transfer Web Appbuilder app from development to production server</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/transfer-web-appbuilder-app-from-development-to/m-p/502540#M7022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have ArcGIS for Server v10.3 with Portal for ArcGIS installed.&amp;nbsp; They are unfederated so the current workflow is to create a service in ArcGIS for Server, add the service to Portal, and use Web Appbuilder to create the apps. So far, this has been working fairly well on my development server. &lt;BR /&gt;However, I’m trying to figure out how to transfer the app to my production server.&amp;nbsp; I’ve heard it’s possible to transfer only the code of the app and avoid having to install Portal on my prod server.&amp;nbsp; I’ve figured out how to download the app code.&amp;nbsp; However, the dev and prod servers have their own data stores so, after transferring the app, I need to redirect the URLs to the prod data store.&amp;nbsp; After downloading the app code, all I see are&lt;BR /&gt;URLs pointing to a Portal address (i.e. no direct links to the service in ArcGIS Server).&amp;nbsp; Is there a way to update the URLs in the code to point directly to a service in ArcGIS Server or will Web AppBuilder only allow me to use services that are directed through Portal, which would require Portal to be installed on the prod server, as well? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 16:06:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/transfer-web-appbuilder-app-from-development-to/m-p/502540#M7022</guid>
      <dc:creator>LucasMurray2</dc:creator>
      <dc:date>2015-04-27T16:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer Web Appbuilder app from development to production server</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/transfer-web-appbuilder-app-from-development-to/m-p/502541#M7023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lucas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Web AppBuilder's applications are built off of web maps.&amp;nbsp; For example, the config.json will read the web map's Id:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;"map": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "3D": false,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "2D": true,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "position": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "left": 0,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "top": 40,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "right": 0,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "bottom": 0
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "itemId": "b4bb8f185b36462a9a6962448c6a3058",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "mapOptions": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need to create a web map with the ArcGIS Server production URLs.&amp;nbsp; If you would not want to do this on the Development server, you will need to install Portal on the Production server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A great utility for copying content between AGOL/Portal accounts is the &lt;A href="https://ago-assistant.esri.com/" rel="nofollow noopener noreferrer" target="_blank"&gt;ArcGIS Online Assistant&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:03:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/transfer-web-appbuilder-app-from-development-to/m-p/502541#M7023</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2021-12-11T22:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer Web Appbuilder app from development to production server</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/transfer-web-appbuilder-app-from-development-to/m-p/502542#M7024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That makes sense.&amp;nbsp; Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 13:08:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/transfer-web-appbuilder-app-from-development-to/m-p/502542#M7024</guid>
      <dc:creator>LucasMurray2</dc:creator>
      <dc:date>2015-04-29T13:08:17Z</dc:date>
    </item>
  </channel>
</rss>

