<?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: customizing and deploying an existing web app builder app in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/customizing-and-deploying-an-existing-web-app/m-p/118888#M3470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Banchana,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Then all you have to do is treat the file as you would any other website and copy the file to your web server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Apr 2015 00:08:27 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2015-04-20T00:08:27Z</dc:date>
    <item>
      <title>customizing and deploying an existing web app builder app</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/customizing-and-deploying-an-existing-web-app/m-p/118887#M3469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I imported an already existing web app builder app locally to my machine, opened it as a web project from visual studio 2013 and added a widget.&lt;/P&gt;&lt;P&gt;Only after that, I registered the app to have an id. How do I now run it locally through my machine to see my changes or deploy it in a different server as a web application. I want to deploy the widget just to this particular app and not be available to the entire web app builder apps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Apr 2015 22:34:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/customizing-and-deploying-an-existing-web-app/m-p/118887#M3469</guid>
      <dc:creator>BanchanaPandey</dc:creator>
      <dc:date>2015-04-19T22:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: customizing and deploying an existing web app builder app</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/customizing-and-deploying-an-existing-web-app/m-p/118888#M3470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Banchana,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Then all you have to do is treat the file as you would any other website and copy the file to your web server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 00:08:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/customizing-and-deploying-an-existing-web-app/m-p/118888#M3470</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-04-20T00:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: customizing and deploying an existing web app builder app</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/customizing-and-deploying-an-existing-web-app/m-p/118889#M3471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;Thanks! I deployed the app to the server, but I am having trouble figuring out the proxy settings.&lt;/P&gt;&lt;P&gt;I have read through the help documentation to figure out the proxy, but no luck.&lt;/P&gt;&lt;P&gt;Do I have to download the proxy.ashx and proxy.config and put it as a folder in the server where the app is deployed and modify the proxy.config to add the Portal home url?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 04:26:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/customizing-and-deploying-an-existing-web-app/m-p/118889#M3471</guid>
      <dc:creator>BanchanaPandey</dc:creator>
      <dc:date>2015-04-21T04:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: customizing and deploying an existing web app builder app</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/customizing-and-deploying-an-existing-web-app/m-p/118890#M3472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Banchana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I thought the instructions in the proxy resources page was pretty straight forward and easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/resource-proxy/blob/master/DotNet/README.md" title="https://github.com/Esri/resource-proxy/blob/master/DotNet/README.md"&gt;resource-proxy/README.md at master · Esri/resource-proxy · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Download and unzip the .zip file or clone the repository. You can download &lt;A href="https://github.com/Esri/resource-proxy/releases"&gt;a released version&lt;/A&gt; (recommended) or the &lt;A href="https://github.com/Esri/resource-proxy/archive/master.zip"&gt;most recent daily build&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Install the contents of the DotNet folder as a .NET Web Application, specifying a .NET 4.0 application pool or later. For example using the following steps: &lt;UL class="task-list"&gt;&lt;LI&gt;Open IIS Manager&lt;/LI&gt;&lt;LI&gt;If you put the DotNet folder within wwwroot, right-click it and select "Convert to Application".&lt;/LI&gt;&lt;LI&gt;Make sure the "Application pool" is at least 4.0.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Test that the proxy is installed and available:&lt;/LI&gt;&lt;/UL&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE&gt;http://[yourmachine]/DotNet/proxy.ashx?ping &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Do I have to download the proxy.ashx and proxy.config and put it as a folder in the server where the app is deployed and modify the proxy.config to add the Portal home url?&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;A: Yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have the proxy installed and tested then you just open the main config.json for your deployed WAB app and enter the url (below is an example of how mine is set).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"httpProxy": {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "useProxy": true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "alwaysUseProxy": false,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #e23d39;"&gt;"url": "/WAB/Proxy/proxy.ashx",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "rules": []&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 12:47:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/customizing-and-deploying-an-existing-web-app/m-p/118890#M3472</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-04-21T12:47:50Z</dc:date>
    </item>
  </channel>
</rss>

