<?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: Issues with Deploying Flex App in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326642#M7823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I went through and change the URLs to fully qualified names using the new IP for the web server. We have a simple setup, so in my case the web server is also the ArcGIS Server and is outside the firewall.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I moved another simple flex app to test and see if it was just the one app with the issue and the second app will not display either. The HTML wrapper displays, but it is a blank white page. The .swf doesn't display at all. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was using the web server that we moved externally as the web server that I was developing the project. So when I moved the server I had to remove the output folder URL for the project. Now it creates the release build on a local drive on my desktop. Would that cause any issues? That is the one thing that changed within the project settings in flex builder. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Guys,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Are you using the fully qualified name of the external server in your config.xml. What I mean is internally urls like&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gisserv2/arcgis/rest/services/ParcelOrthos/MapServer"&gt;http://gisserv2/arcgis/rest/services/ParcelOrthos/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;would work but now it would have to be&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gis.calhouncounty.org/arcgis/rest/services/ParcelOrthos/MapServer"&gt;http://gis.calhouncounty.org/arcgis/rest/services/ParcelOrthos/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This is also assuming that the server that you have moved out side the firewall is also the ArcGIS Server.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Sep 2010 16:26:12 GMT</pubDate>
    <dc:creator>MatthewBullock</dc:creator>
    <dc:date>2010-09-15T16:26:12Z</dc:date>
    <item>
      <title>Issues with Deploying Flex App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326639#M7820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a SFV flex app ready for external deployment. We have had the application running on an internal server and recently moved the web server out to the data center that hosts our other websites. The server is running IIS 6 and Windows Server 2003. I copied the release build folder over to the wwwroot of the web server and create a virtual directory with the folder after we moved the server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had a release build create prior to moving the web server external and it worked fine internally. Now that the same web server has moved outside of our network, when I try to open the URL for the release build (i.e. &lt;/SPAN&gt;&lt;A href="http://.../.../index.html"&gt;Http://.../.../index.html&lt;/A&gt;&lt;SPAN&gt;) I get a white screen. Other files (.html, .pdf, etc) display properly when viewed from the server browser and my desktop browser. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can view all of the files within the release build folder(s) from both the server and my desktop browser, so the permissions appear to be set up correctly. But I am not sure why the .swf within the HTML wrapper is not displaying properly. It seems like it is an IIS setting I am missing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have an suggestions/ideas? Thanks in advance. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 15:38:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326639#M7820</guid>
      <dc:creator>MatthewBullock</dc:creator>
      <dc:date>2010-09-15T15:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Deploying Flex App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326640#M7821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same problem I've also encountered........Help would be highly appreciated. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 15:42:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326640#M7821</guid>
      <dc:creator>RamakrishnaBillakanti</dc:creator>
      <dc:date>2010-09-15T15:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Deploying Flex App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326641#M7822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Are you using the fully qualified name of the external server in your config.xml. What I mean is internally urls like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gisserv2/arcgis/rest/services/ParcelOrthos/MapServer"&gt;http://gisserv2/arcgis/rest/services/ParcelOrthos/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;would work but now it would have to be&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gis.calhouncounty.org/arcgis/rest/services/ParcelOrthos/MapServer"&gt;http://gis.calhouncounty.org/arcgis/rest/services/ParcelOrthos/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is also assuming that the server that you have moved out side the firewall is also the ArcGIS Server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 16:03:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326641#M7822</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-09-15T16:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Deploying Flex App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326642#M7823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I went through and change the URLs to fully qualified names using the new IP for the web server. We have a simple setup, so in my case the web server is also the ArcGIS Server and is outside the firewall.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I moved another simple flex app to test and see if it was just the one app with the issue and the second app will not display either. The HTML wrapper displays, but it is a blank white page. The .swf doesn't display at all. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was using the web server that we moved externally as the web server that I was developing the project. So when I moved the server I had to remove the output folder URL for the project. Now it creates the release build on a local drive on my desktop. Would that cause any issues? That is the one thing that changed within the project settings in flex builder. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Guys,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Are you using the fully qualified name of the external server in your config.xml. What I mean is internally urls like&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gisserv2/arcgis/rest/services/ParcelOrthos/MapServer"&gt;http://gisserv2/arcgis/rest/services/ParcelOrthos/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;would work but now it would have to be&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gis.calhouncounty.org/arcgis/rest/services/ParcelOrthos/MapServer"&gt;http://gis.calhouncounty.org/arcgis/rest/services/ParcelOrthos/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This is also assuming that the server that you have moved out side the firewall is also the ArcGIS Server.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 16:26:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326642#M7823</guid>
      <dc:creator>MatthewBullock</dc:creator>
      <dc:date>2010-09-15T16:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Deploying Flex App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326643#M7824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; What is the URL? It could be a firewall issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 16:42:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326643#M7824</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-09-15T16:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Deploying Flex App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326644#M7825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since we are still testing the new setup I don't want to put the URL on the forums. I can send it to you via email though. My email is &lt;/SPAN&gt;&lt;A href="mailto:mbullock@azgfd.gov"&gt;mbullock@azgfd.gov&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Robert.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Matt,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; What is the URL? It could be a firewall issue.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 16:47:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326644#M7825</guid>
      <dc:creator>MatthewBullock</dc:creator>
      <dc:date>2010-09-15T16:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Deploying Flex App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326645#M7826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ramakrishna,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to pinpoint the issue. I'm transferring the release build files from my desktop to the web server via the internet. The internet security settings on the web server were not allowing the AC_OETags.js file to be downloaded with the release build folder. So the HTML wrapper file was not displaying properly. I switched the internet security settings from high to medium high and I was able to download the AC_OETags.js file. The application is running properly now. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure if it is what you are encountering but thought it may be helpful. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Same problem I've also encountered........Help would be highly appreciated. &lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 18:21:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326645#M7826</guid>
      <dc:creator>MatthewBullock</dc:creator>
      <dc:date>2010-09-15T18:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Deploying Flex App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326646#M7827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here are the link i'm using for deploying the app,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://pfoc2.uanet.edu/ArcGIS/rest/services/Accessibility3/MapServer"&gt;http://pfoc2.uanet.edu/ArcGIS/rest/services/Accessibility3/MapServer&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 11:17:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326646#M7827</guid>
      <dc:creator>RamakrishnaBillakanti</dc:creator>
      <dc:date>2010-09-16T11:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Deploying Flex App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326647#M7828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ramakrishna,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The fact that I can not even open &lt;/SPAN&gt;&lt;A href="http://pfoc2.uanet.edu/"&gt;http://pfoc2.uanet.edu/&lt;/A&gt;&lt;SPAN&gt; tells me you have a big issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 11:56:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326647#M7828</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-09-16T11:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Deploying Flex App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326648#M7829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is an internal server for which data is not accessible over the internet.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 12:46:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326648#M7829</guid>
      <dc:creator>RamakrishnaBillakanti</dc:creator>
      <dc:date>2010-09-16T12:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Deploying Flex App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326649#M7830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ramakrishna,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Than how do you plan to deploy this app externally?...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 13:05:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326649#M7830</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-09-16T13:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Deploying Flex App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326650#M7831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actual plan is to deploy service only on the intranet. Probably in the future after approval we may go ahead and plan to deploy the project on the internet.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 12:02:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/issues-with-deploying-flex-app/m-p/326650#M7831</guid>
      <dc:creator>RamakrishnaBillakanti</dc:creator>
      <dc:date>2010-09-20T12:02:33Z</dc:date>
    </item>
  </channel>
</rss>

