<?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: Run Experience Builder Developer Edition as a Windows service in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/run-experience-builder-developer-edition-as-a/m-p/1054230#M1856</link>
    <description>&lt;P&gt;I found an interesting lead thanks to the post of&amp;nbsp;Peter Eysermans :&amp;nbsp;&lt;A href="https://eysermans.com/post/installing-a-node-application-as-a-windows-service" target="_self"&gt;installing-a-node-application-as-a-windows-service&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this github :&amp;nbsp;&lt;A href="https://github.com/coreybutler/node-windows" target="_self"&gt;node-windows&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But&amp;nbsp;it does not work yet but it is progressing&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_savoring_food:"&gt;😋&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 04 May 2021 15:05:03 GMT</pubDate>
    <dc:creator>Benjamin_LEDOS</dc:creator>
    <dc:date>2021-05-04T15:05:03Z</dc:date>
    <item>
      <title>Run Experience Builder Developer Edition as a Windows service</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/run-experience-builder-developer-edition-as-a/m-p/1048728#M1758</link>
      <description>&lt;P&gt;I would like to share Experience Builder Developer Edition across our entire GIS Team, and would like to run it as a Windows service on a server using a service account, similar to Web AppBuilder Developer Edition. There's a great blog post on how to do this with Web AppBuilder Developer Edition &lt;A title="Run Web AppBuilder as Windows Service" href="https://developers.arcgis.com/web-appbuilder/guide/getstarted-run-as-window-service.htm" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Has anyone had success running Experience Builder Developer Edition as a Windows service? Is this an acceptable pattern?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 14:34:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/run-experience-builder-developer-edition-as-a/m-p/1048728#M1758</guid>
      <dc:creator>HeatherStanton</dc:creator>
      <dc:date>2021-04-19T14:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Run Experience Builder Developer Edition as a Windows service</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/run-experience-builder-developer-edition-as-a/m-p/1054169#M1855</link>
      <description>&lt;P&gt;I ask myself exactly the same question and the answer is not as simple as it might seem&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":neutral_face:"&gt;😐&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The startup of ArcGIS Web AppBuilder is with Node.js But in server configuration (load server.json)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt; OFF
SETLOCAL EnableDelayedExpansion
TITLE Web AppBuilder for ArcGIS
SET serverPath=server
SET serverjsFile=server.js
SET port=3344
SET wabVirtualPath=webappbuilder
SET portTaken=0
IF DEFINED USERDNSDOMAIN (SET FQDN=%COMPUTERNAME%.%USERDNSDOMAIN%) ELSE (SET FQDN=%COMPUTERNAME%)
IF DEFINED PROGRAMFILES(X86) (SET nodeFile=node_x64.exe) ELSE (SET nodeFile=node_x86.exe)
...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To start EXB, we launch an application running under Node.js and autocall package.json where is the .bat file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markdown"&gt;npm start&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not a Node.js specialist&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 12:53:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/run-experience-builder-developer-edition-as-a/m-p/1054169#M1855</guid>
      <dc:creator>Benjamin_LEDOS</dc:creator>
      <dc:date>2021-05-04T12:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Run Experience Builder Developer Edition as a Windows service</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/run-experience-builder-developer-edition-as-a/m-p/1054230#M1856</link>
      <description>&lt;P&gt;I found an interesting lead thanks to the post of&amp;nbsp;Peter Eysermans :&amp;nbsp;&lt;A href="https://eysermans.com/post/installing-a-node-application-as-a-windows-service" target="_self"&gt;installing-a-node-application-as-a-windows-service&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this github :&amp;nbsp;&lt;A href="https://github.com/coreybutler/node-windows" target="_self"&gt;node-windows&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But&amp;nbsp;it does not work yet but it is progressing&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_savoring_food:"&gt;😋&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 15:05:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/run-experience-builder-developer-edition-as-a/m-p/1054230#M1856</guid>
      <dc:creator>Benjamin_LEDOS</dc:creator>
      <dc:date>2021-05-04T15:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Run Experience Builder Developer Edition as a Windows service</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/run-experience-builder-developer-edition-as-a/m-p/1087019#M2578</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/217343"&gt;@HeatherStanton&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/170652"&gt;@Benjamin_LEDOS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;As of v1.4,&amp;nbsp;&lt;SPAN&gt;You can now do so using the command&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;npm run install-windows-service&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Have a read here for more information:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/experience-builder/guide/install-guide/#install-as-a-windows-service" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/experience-builder/guide/install-guide/#install-as-a-windows-service&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Derrick&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 05:42:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/run-experience-builder-developer-edition-as-a/m-p/1087019#M2578</guid>
      <dc:creator>DerrickWong</dc:creator>
      <dc:date>2021-08-09T05:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Run Experience Builder Developer Edition as a Windows service</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/run-experience-builder-developer-edition-as-a/m-p/1099409#M2778</link>
      <description>&lt;P&gt;Thank you for bringing this to my attention! I really appreciate it.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 16:01:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/run-experience-builder-developer-edition-as-a/m-p/1099409#M2778</guid>
      <dc:creator>HeatherStanton</dc:creator>
      <dc:date>2021-09-17T16:01:10Z</dc:date>
    </item>
  </channel>
</rss>

