<?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: Can't access flex viewer applications from computers outside wi-fi area in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/can-t-access-flex-viewer-applications-from/m-p/606171#M18067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK it appears I had just installed the web adapter just to connect to the server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I was installing the web adapter, the default website (port) was chosen. In IIS manager this appears to be the site through which flex viewer content is held. The IT department of our organisation registered a sub-domain name for us. Should I add this as a new site with IIS manager on the computer where I'm creating my applications and go back and re-install the web adapter?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2014 14:17:09 GMT</pubDate>
    <dc:creator>RichardGeoghegan</dc:creator>
    <dc:date>2014-03-19T14:17:09Z</dc:date>
    <item>
      <title>Can't access flex viewer applications from computers outside wi-fi area</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/can-t-access-flex-viewer-applications-from/m-p/606164#M18060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have created some flex viewer applications which I wish to make viewable to users anywhere in the world via the internet. Originally the applications looked like the following &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;portnumber/flexviewers/application name&lt;/SPAN&gt;&lt;SPAN&gt;. Our IT department registered a sub domain name. I opened port 80 as well as 6080. After this I installed the ArcGIS Web Adapter. I checked the IIS requirements from the following website and I ensured that the relevant extensions were turned on; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/install-guides/arcgis-server-web-adaptor-iis/10.1/index.html#/Windows_Vista_Windows_7_IIS_requirements/01nz0000000t000000/" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/install-guides/arcgis-server-web-adaptor-iis/10.1/index.html#/Windows_Vista_Windows_7_IIS_requirements/01nz0000000t000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also ensured Microsoft .NET Framework 3.5 was installed. For the installation of the web adapter a default site was selected and I didn't change anything in terms of cross domain policy files. I registered the GIS server with the web adapter which includes the layers that should be visible in the flex viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Next I edited the configuration xml of one of the applications placing the new rest urls where appropriate along with widget edits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using our organisations wi-fi there is no problem accessing the applications from any computer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is when we try from an external computer. The application loads, however the layers do not. I received the attached error.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 11:22:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/can-t-access-flex-viewer-applications-from/m-p/606164#M18060</guid>
      <dc:creator>RichardGeoghegan</dc:creator>
      <dc:date>2014-03-19T11:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access flex viewer applications from computers outside wi-fi area</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/can-t-access-flex-viewer-applications-from/m-p/606165#M18061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Richard,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; So in your main config.xml you replaced all your urls that had the internal server name or IP with the new fully qualified domain name of your server right?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 11:49:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/can-t-access-flex-viewer-applications-from/m-p/606165#M18061</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-03-19T11:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access flex viewer applications from computers outside wi-fi area</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/can-t-access-flex-viewer-applications-from/m-p/606166#M18062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, for the layer types in the configuration file I have replaced our internal server name with the new server domain name. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have the following crossdomain.xml in wwwroot folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" ?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;cross-domain-policy&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;allow-access-from domain="*"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;site-control permitted-cross-domain-policies="all"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;allow-http-request-headers-from domain="*" headers="*"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/cross-domain-policy&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 12:36:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/can-t-access-flex-viewer-applications-from/m-p/606166#M18062</guid>
      <dc:creator>RichardGeoghegan</dc:creator>
      <dc:date>2014-03-19T12:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access flex viewer applications from computers outside wi-fi area</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/can-t-access-flex-viewer-applications-from/m-p/606167#M18063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Richard,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; It is likely something simple. Can you attach your main config.xml in a zipfile?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 12:50:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/can-t-access-flex-viewer-applications-from/m-p/606167#M18063</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-03-19T12:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access flex viewer applications from computers outside wi-fi area</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/can-t-access-flex-viewer-applications-from/m-p/606168#M18064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert, here it is.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 12:55:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/can-t-access-flex-viewer-applications-from/m-p/606168#M18064</guid>
      <dc:creator>RichardGeoghegan</dc:creator>
      <dc:date>2014-03-19T12:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access flex viewer applications from computers outside wi-fi area</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/can-t-access-flex-viewer-applications-from/m-p/606169#M18065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried to see the map services listed in your confiq file (&lt;/SPAN&gt;&lt;A href="http://geosal-server/ucd/rest/services/Land_use_2006/Land_Use_2006/MapServer"&gt;http://geosal-server/ucd/rest/services/Land_use_2006/Land_Use_2006/MapServer&lt;/A&gt;&lt;SPAN&gt;) and cannot. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you sure that URL is correct, correctly registered, and open to the public web?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 13:06:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/can-t-access-flex-viewer-applications-from/m-p/606169#M18065</guid>
      <dc:creator>RayCrew</dc:creator>
      <dc:date>2014-03-19T13:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access flex viewer applications from computers outside wi-fi area</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/can-t-access-flex-viewer-applications-from/m-p/606170#M18066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Richard,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; That does not seem like it is the correct public accessible url. It would normally look like &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://somedomain.com" rel="nofollow" target="_blank"&gt;http://somedomain.com&lt;/A&gt;&lt;SPAN&gt; or .org or .net not just a machine name. What is the url that you use to access the web app because most of the time the url (at least the begining of it) is the usual url begining that your rest urls would use.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 13:13:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/can-t-access-flex-viewer-applications-from/m-p/606170#M18066</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-03-19T13:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access flex viewer applications from computers outside wi-fi area</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/can-t-access-flex-viewer-applications-from/m-p/606171#M18067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK it appears I had just installed the web adapter just to connect to the server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I was installing the web adapter, the default website (port) was chosen. In IIS manager this appears to be the site through which flex viewer content is held. The IT department of our organisation registered a sub-domain name for us. Should I add this as a new site with IIS manager on the computer where I'm creating my applications and go back and re-install the web adapter?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 14:17:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/can-t-access-flex-viewer-applications-from/m-p/606171#M18067</guid>
      <dc:creator>RichardGeoghegan</dc:creator>
      <dc:date>2014-03-19T14:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access flex viewer applications from computers outside wi-fi area</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/can-t-access-flex-viewer-applications-from/m-p/606172#M18068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Richard,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Here are some steps I would take:&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Attempt to use the Public url to the website &lt;A class="jive-link-external-small" href="http://somedomain.com" rel="nofollow" target="_blank"&gt;http://somedomain.com&lt;/A&gt; and add your /arcgis/rest/services/ to that url and see if you can access the rest endpoint from the public url.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;SPAN&gt;If you can do that then just replace your internal machine name "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://geosal-server" rel="nofollow" target="_blank"&gt;http://geosal-server&lt;/A&gt;&lt;SPAN&gt;" with that.&lt;/SPAN&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 14:24:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/can-t-access-flex-viewer-applications-from/m-p/606172#M18068</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-03-19T14:24:47Z</dc:date>
    </item>
  </channel>
</rss>

