<?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: Webapp builder app integration with Javabased web application Issue. in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webapp-builder-app-integration-with-javabased-web/m-p/282832#M7465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Laxmikanth,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN&gt;&amp;nbsp; Can I see what you put in your main config.json for the widget path? It sounds like you did not add a complete url for the path (i.e. &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fyourmachine%2Fappname%2Fblah%2Fblah%2Fwidgets%2F" rel="nofollow" target="_blank"&gt;http://yourmachine/appname/blah/blah/widgets/&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 May 2016 12:15:56 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2016-05-17T12:15:56Z</dc:date>
    <item>
      <title>Webapp builder app integration with Javabased web application Issue.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webapp-builder-app-integration-with-javabased-web/m-p/282829#M7462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We designed an app with Plato theme using &lt;STRONG&gt;Web App Builder 2.0&lt;/STRONG&gt; version, this app is holding couple of outer box widgets(Search, Zoom controls and Home button) and custom widgets in header controller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We embedded this app in another web application which was built on Java and this was deployed in Web logic Server, So we deployed web app builder app also in the same web logic server. When we are trying to access this app through browser it couldn't able to identify the header control widget resources and it is returning issue &lt;STRONG&gt;"404 Not found" and also please find the attached error screenshot.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If we place our custom widgets folder in the web logic server root location it is working as expected. It is always expecting the resources in the root level with widgets as folder name.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know if any alternate solution to make it work if we place the widgets folder in a same folder structure which web app builder was generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Laxmikanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 06:27:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webapp-builder-app-integration-with-javabased-web/m-p/282829#M7462</guid>
      <dc:creator>LAXMI_KANTHPULIMATI</dc:creator>
      <dc:date>2016-05-16T06:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Webapp builder app integration with Javabased web application Issue.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webapp-builder-app-integration-with-javabased-web/m-p/282830#M7463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Laxmikanth,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp; I would start in the main config.json file and add the fill path to the widgets there. Right now they will look like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "uri": "widgets/Coordinate/Widget",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "position": {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "left": 7,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "bottom": 5,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "relativeTo": "map"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "version": "2.0.1",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "id": "widgets_Coordinate_Widget_22",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "Coordinate",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "label": "Coordinate"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit the uri to include the full path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 13:10:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webapp-builder-app-integration-with-javabased-web/m-p/282830#M7463</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-05-16T13:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Webapp builder app integration with Javabased web application Issue.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webapp-builder-app-integration-with-javabased-web/m-p/282831#M7464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert Scheitlin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for the quick response. &lt;/P&gt;&lt;P&gt;I tried the solution which you suggested but I am getting different issue when I do this change and still Custom widgets are not working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know why the modified URi path is trying to get the response with a prepath[&lt;STRONG&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fjs.arcgis.com%2F3.16%2Fdojo%2F" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.16/dojo/&lt;/A&gt;&lt;SPAN&gt;].&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please find the below error and screen shot:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error Message: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[widgets_Asset_Widget_28_panel] created.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;VM364 init.js:152 OPTIONS &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fjs.arcgis.com%2F3.16%2Fdojo%2Fw1%2Fwamgis%2Fbase%2Fwidgets%2FAsset%2Fmanifest.json" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.16/dojo/w1/wamgis/base/widgets/Asset/manifest.json&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;XMLHttpRequest cannot load &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fjs.arcgis.com%2F3.16%2Fdojo%2Fw1%2Fwamgis%2Fbase%2Fwidgets%2FAsset%2Fmanifest.json" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.16/dojo/w1/wamgis/base/widgets/Asset/manifest.json&lt;/A&gt;&lt;SPAN&gt;. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fxxxxxxxxx.com%3A7010" rel="nofollow" target="_blank"&gt;http://xxxxxxxxx.com:7010&lt;/A&gt;&lt;SPAN&gt;' is therefore not allowed access. The response had HTTP status code 403.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;VM364 init.js:30 GET &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fjs.arcgis.com%2F3.16%2Fdojo%2Fw1%2Fwamgis%2Fbase%2Fwidgets%2FAsset%2FWidget.js" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.16/dojo/w1/wamgis/base/widgets/Asset/Widget.js&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Error: scriptError(…)(anonymous function) @ VM364 init.js:31(anonymous function) @ VM364 init.js:9a @ VM364 init.js:5r.signal @ VM364 init.js:9(anonymous function) @ VM364 init.js:30&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;VM364 init.js:31 src: dojoLoader&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;VM364 init.js:31 info: ["//js.arcgis.com/3.16/dojo/w1/wamgis/base/widgets/Asset/Widget.js", Event]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="URI Change Impact Issue.png" class="image-1 jive-image" height="132" src="/legacyfs/online/201063_URI Change Impact Issue.png" style="height: 131px; width: 1082.93px;" width="1083" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please suggest me if you have any solution to resolve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again thanks for the response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Laxmikanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 06:14:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webapp-builder-app-integration-with-javabased-web/m-p/282831#M7464</guid>
      <dc:creator>LAXMI_KANTHPULIMATI</dc:creator>
      <dc:date>2016-05-17T06:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Webapp builder app integration with Javabased web application Issue.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webapp-builder-app-integration-with-javabased-web/m-p/282832#M7465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Laxmikanth,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN&gt;&amp;nbsp; Can I see what you put in your main config.json for the widget path? It sounds like you did not add a complete url for the path (i.e. &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fyourmachine%2Fappname%2Fblah%2Fblah%2Fwidgets%2F" rel="nofollow" target="_blank"&gt;http://yourmachine/appname/blah/blah/widgets/&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 12:15:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webapp-builder-app-integration-with-javabased-web/m-p/282832#M7465</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-05-17T12:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Webapp builder app integration with Javabased web application Issue.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webapp-builder-app-integration-with-javabased-web/m-p/282833#M7466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert Scheitlin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have given the URI for each custom widget like below and please find the below screenshot of config.json file.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ex: "uri": "w1/wamgis/base/widgets/Work/Widget"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/201113_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Laxmikanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 12:35:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webapp-builder-app-integration-with-javabased-web/m-p/282833#M7466</guid>
      <dc:creator>LAXMI_KANTHPULIMATI</dc:creator>
      <dc:date>2016-05-17T12:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Webapp builder app integration with Javabased web application Issue.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webapp-builder-app-integration-with-javabased-web/m-p/282834#M7467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;Laxmikanth,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;&lt;SPAN&gt;&amp;nbsp; Try assigning a full url &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2F" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt; and all.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 12:55:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webapp-builder-app-integration-with-javabased-web/m-p/282834#M7467</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-05-17T12:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Webapp builder app integration with Javabased web application Issue.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webapp-builder-app-integration-with-javabased-web/m-p/282835#M7468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert Scheitlin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you very much for your help.&amp;nbsp; It's working now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Laxmikanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 11:40:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webapp-builder-app-integration-with-javabased-web/m-p/282835#M7468</guid>
      <dc:creator>LAXMI_KANTHPULIMATI</dc:creator>
      <dc:date>2016-05-18T11:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Webapp builder app integration with Javabased web application Issue.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webapp-builder-app-integration-with-javabased-web/m-p/282836#M7469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;Laxmikanth,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt; Glad to help. Make sure you mark this post as answered by clicking on the "Correct Answer" link on the reply that answered your question.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 12:44:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webapp-builder-app-integration-with-javabased-web/m-p/282836#M7469</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-05-18T12:44:15Z</dc:date>
    </item>
  </channel>
</rss>

