<?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: Multiple installation of Web AppBuilder ( Developer Edition ) in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650850#M17319</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reginaldo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Just that, my Boss wants the WAB Developer Ed to be installed in another machine/server wherein the startup batch file can be always left running.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;So in that case it sounds like you need to install WAB as a Windows Service:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/web-appbuilder/guide/getstarted-run-as-window-service.htm" title="https://developers.arcgis.com/web-appbuilder/guide/getstarted-run-as-window-service.htm"&gt;Run as a Windows service—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Nov 2016 13:11:49 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2016-11-13T13:11:49Z</dc:date>
    <item>
      <title>Multiple installation of Web AppBuilder ( Developer Edition )</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650845#M17314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have installed WAB successfully in my PC.&amp;nbsp; I am not aware of the technology behind then, i.e. you need to run a batch file every time you start using WAB.&amp;nbsp; ( read this can be converted into a windows service )&lt;/P&gt;&lt;P&gt;Anyways, everything is okay.&amp;nbsp; I was able to create an WAB application and deployed in our web server successfully.&lt;/P&gt;&lt;P&gt;Now, my Boss wants the WAB service installed in one of our servers , either in our server with Portal or the server in ArcGIS for server.&lt;/P&gt;&lt;P&gt;I do not want to proceed lest it might mess up either of the servers.&lt;/P&gt;&lt;P&gt;Question is , Is it okay or even possible to have multiple installation of WAB Developer Edition ( question about appid crosses my mind ) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate any inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 07:20:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650845#M17314</guid>
      <dc:creator>ReginaldoPaderon</dc:creator>
      <dc:date>2016-11-10T07:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple installation of Web AppBuilder ( Developer Edition )</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650846#M17315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reginaldo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you taken a look at Deploying your server via IIS using this instruction &lt;A href="https://developers.arcgis.com/web-appbuilder/guide/xt-deploy-app.htm"&gt;https://developers.arcgis.com/web-appbuilder/guide/xt-deploy-app.htm&lt;/A&gt;? with this you won't need the .bat file to run at all.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Baba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 08:08:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650846#M17315</guid>
      <dc:creator>deleted-user-CQZbjNeBXm49</dc:creator>
      <dc:date>2016-11-10T08:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple installation of Web AppBuilder ( Developer Edition )</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650847#M17316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not usually recommended to install on a server, and as Baba pointed out, you will want to deploy to the server (or you local web IIS, etc) for others to see the results.&amp;nbsp; There have been many discussions about sharing one install, but since the install .bat is typically tied to a "named user" AppID, this gets a little tricky.&amp;nbsp; Below is a snippet from my &lt;A href="https://community.esri.com/blogs/myAlaskaGIS/2015/01/15/tips-and-observations-for-getting-web-appbuilder-developer-edition-installed?sr=search&amp;amp;searchId=436781df-1096-4503-bf66-8ec1190f10b1&amp;amp;searchIndex=1"&gt;/blogs/myAlaskaGIS/2015/01/15/tips-and-observations-for-getting-web-appbuilder-developer-edition-installed?sr=search&amp;amp;searchId=436781df-1096-4503-bf66-8ec1190f10b1&amp;amp;searchIndex=1&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;My observations:&lt;/SPAN&gt;&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;The AppId when first starting is the most confusing, and finding clear instructions for setting up the AppId ahead of time (including mine) are hard to find.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;I’m not exactly sure what registering the WAB with the AGOL application and AppID really does, although I know it ties it too AGOL. Also, it control whether a computer has permission, via registration with the AGOL application.&amp;nbsp; I know it has to do with OAuth2, but I’m not a security expert.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;I asked the question &lt;A _jive_internal="true" class="" data-containerid="2150" data-containertype="14" data-objectid="119880" data-objecttype="1" href="https://community.esri.com/thread/119880"&gt;Is it better to share "application" registered in AGOL between WAB-dev edition developers, or separate?&lt;/A&gt;&amp;nbsp; and have decided:&lt;/SPAN&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;A WAB folder (and startup.bat file) are pretty much linked to on AppID – although there are ways to shift or change which one.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;Each user should have their own application/AppID created by them, in their own My Content&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;Multiple machines for one user can be registered to the same AppID, if desired. The WAB stores the applications being created in the local drive, so these are not necessarily shared between machines…although I think they could be setup to work that way.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;One machine could be registered to more than on AppID, if desired and if multiple WAB startup folders exist.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;you may also want to look thru my &lt;A href="https://community.esri.com/blogs/myAlaskaGIS/2016/03/09/web-appbuilder-developer-edition-customization-resource-list?sr=search&amp;amp;searchId=436781df-1096-4503-bf66-8ec1190f10b1&amp;amp;searchIndex=0"&gt;/blogs/myAlaskaGIS/2016/03/09/web-appbuilder-developer-edition-customization-resource-list?sr=search&amp;amp;searchId=436781df-1096-4503-bf66-8ec1190f10b1&amp;amp;searchIndex=0&lt;/A&gt;‌ for other links and tips.&amp;nbsp; A bit overwhelming (still needs better formatting), but lots of information there.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: tahoma,arial,helvetica,sans-serif;"&gt;More: btw, you can use your AppID for multiple installs of WAB dev edition on the same machine (just call the folder a different name and have the .bat tied to it) or on multiple machines.&amp;nbsp; It's tied to you however, not multiple people.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 16:04:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650847#M17316</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-11-10T16:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple installation of Web AppBuilder ( Developer Edition )</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650848#M17317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Baba for your reply.&lt;/P&gt;&lt;P&gt;Actually, I have no issues in deploying my application in a webserver ( IIS ).&amp;nbsp;&amp;nbsp; I have a couple of apps developed from my machine where the WAB was installed and deployed in our webserver ( another machine )&amp;nbsp; already up and running using that link you gave as my guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just that, my Boss wants the WAB Developer Ed to be installed in another machine/server wherein the startup batch file can be always left running.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have doubts if it is possible without any complications with the new installation because of the appids attached to the initial installation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Nov 2016 06:08:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650848#M17317</guid>
      <dc:creator>ReginaldoPaderon</dc:creator>
      <dc:date>2016-11-13T06:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple installation of Web AppBuilder ( Developer Edition )</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650849#M17318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Rebecca for sharing your valuable observations.&amp;nbsp; I will try to look into it.&amp;nbsp; Perhaps, I can try to install it another ordinary machine ( not AGS or Portal servers ) and see how it behaves.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Nov 2016 06:17:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650849#M17318</guid>
      <dc:creator>ReginaldoPaderon</dc:creator>
      <dc:date>2016-11-13T06:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple installation of Web AppBuilder ( Developer Edition )</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650850#M17319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reginaldo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Just that, my Boss wants the WAB Developer Ed to be installed in another machine/server wherein the startup batch file can be always left running.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;So in that case it sounds like you need to install WAB as a Windows Service:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/web-appbuilder/guide/getstarted-run-as-window-service.htm" title="https://developers.arcgis.com/web-appbuilder/guide/getstarted-run-as-window-service.htm"&gt;Run as a Windows service—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Nov 2016 13:11:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650850#M17319</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-13T13:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple installation of Web AppBuilder ( Developer Edition )</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650851#M17320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, sorry for a dumb question, but if I have the WAB DE installed locally on my PC. All I need to do is double click the WAB DE icon and I am good to go.&amp;nbsp;I can create, massage, and bake my apps on my local PC before deploying them to my Server Machine. To deploy the app to my Server Machine, in WAB DE I download-zip and copy it over, then unzip in the inetpub folder and I am good to go. Easy-peasy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the advantage of running the WAB DE as a Windows Service?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Nov 2016 15:28:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650851#M17320</guid>
      <dc:creator>TimHayes1</dc:creator>
      <dc:date>2016-11-13T15:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple installation of Web AppBuilder ( Developer Edition )</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650852#M17321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Tim,&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp; The only advantage is that you don't have to double click the startup.bat you just enter the URL in the browser or click the bookmark and you are good to go.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Nov 2016 16:04:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650852#M17321</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-13T16:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple installation of Web AppBuilder ( Developer Edition )</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650853#M17322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I use the WAB as a service for the current version of WAB (using the different port numbers) and that way I can launch the last version of WAB using the startup.bat and the default port numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Nov 2016 23:02:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650853#M17322</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-13T23:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple installation of Web AppBuilder ( Developer Edition )</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650854#M17323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the guide about how to run WAB as a window service: &lt;A class="link-titled" href="https://developers.arcgis.com/web-appbuilder/guide/getstarted-run-as-window-service.htm" title="https://developers.arcgis.com/web-appbuilder/guide/getstarted-run-as-window-service.htm"&gt;Run as a Windows service—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;. As long as there is no port conflict, there is no problem to install WAB with other server on the same machine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To install multiple WAB as window services, you need to use different port and different service name (modified in server/package.json).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the app id, it's not recommended to share the app id between multiple WABs, but you can share it if you want.&amp;nbsp;Any WAB server that the server domain matches the redirect URI in the app's registration info, the app id can be used in that WAB.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 01:57:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650854#M17323</guid>
      <dc:creator>JunshanLiu</dc:creator>
      <dc:date>2016-11-14T01:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple installation of Web AppBuilder ( Developer Edition )</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650855#M17324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did read in the documentation about this but I never thought the advantage of having it as a windows service.&lt;/P&gt;&lt;P&gt;Actually, the main reason I asked is because I am going for vacation and since WAB was installed in my PC, WAB has to be up and running always.&amp;nbsp; Even if I keep it ON before leaving for vacation, sometimes all our PC are forcefully restarted remotely by our Sys Adm from some updates.&amp;nbsp; In this case, I have to provide them my password from them to start the batch file , which I dont like &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; .. That's why the idea of installing it in other machines came.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, since it is a windows service, they just have to make sure my PC is on, WAB is working fine for my colleagues to use.&amp;nbsp; No need for mulitple installation &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 06:02:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650855#M17324</guid>
      <dc:creator>ReginaldoPaderon</dc:creator>
      <dc:date>2016-11-14T06:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple installation of Web AppBuilder ( Developer Edition )</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650856#M17325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Reginaldo,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;It sounds like you are having people use the url that go to your machine so that they can access a WAB app you built.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Something like:&amp;nbsp;&lt;A class="link-titled" href="http://gislap183:3344/webappbuilder/apps/23/" title="http://gislap183:3344/webappbuilder/apps/23/"&gt;http://gislap183:3344/webappbuilder/apps/23/&lt;/A&gt;&amp;nbsp;If that is the case then you really need to change that. Once you have used WAB to build and configure your app you then need to deploy it to a web server:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/web-appbuilder/guide/xt-deploy-app.htm" title="https://developers.arcgis.com/web-appbuilder/guide/xt-deploy-app.htm"&gt;Deploy your app—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 13:48:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650856#M17325</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-14T13:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple installation of Web AppBuilder ( Developer Edition )</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650857#M17326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Actually, not really to use the app that I have developed but to develop their own app using WAB.&amp;nbsp; Thats why I have to keep WAB service up and running during my vacation. I have registered and shared it to our Portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have deployed all the apps I have done to our web server successfully.&amp;nbsp; And incidentally, I think 80% percent of the widgets I use are widgets that you have developed.&amp;nbsp; These are basic and essentials for a simple Web Mapping apps.&amp;nbsp; Even a none developer like me, I am basically a GIS guy, I came up with a very useful&amp;nbsp; Web Mapping app .&amp;nbsp; Thanks to you Robert &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 05:05:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650857#M17326</guid>
      <dc:creator>ReginaldoPaderon</dc:creator>
      <dc:date>2016-11-15T05:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple installation of Web AppBuilder ( Developer Edition )</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650858#M17327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Reginaldo,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;Ahh, I see. I did not think about using a machine as a WAB app Server.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 14:06:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/multiple-installation-of-web-appbuilder-developer/m-p/650858#M17327</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-15T14:06:28Z</dc:date>
    </item>
  </channel>
</rss>

