<?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: Crossdomain.xml, JBoss6, SWFs, EARs, and headaches in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-jboss6-swfs-ears-and-headaches/m-p/650656#M14470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Janice,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; OK so if I understand correctly than you are definitely mixing ip and machine names in your deployment and this is an issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;If you use &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://192.168.111.60/MCPRIMA_5x-war/HistoricInventory" rel="nofollow noopener noreferrer" target="_blank"&gt;http://192.168.111.60/MCPRIMA_5x-war/HistoricInventory&lt;/A&gt;&lt;SPAN&gt; as the url for the application and &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://morrisgis.co.morris.nj.us:8399/arcgis/rest/services/MCPRIMA_4X_HistoricInventory/MapServer" rel="nofollow noopener noreferrer" target="_blank"&gt;http://morrisgis.co.morris.nj.us:8399/arcgis/rest/services/MCPRIMA_4X_HistoricInventory/MapServer&lt;/A&gt;&lt;SPAN&gt; for the layers url &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and &amp;lt;allow-access-from domain="192.168.111.60" /&amp;gt; in the crossdomain.xml than it is going to be a security violation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try this in your crossdomain.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;?xml version="1.0"?&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;cross-domain-policy&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;allow-access-from domain="192.168.111.60" /&amp;gt;&amp;lt;!--IP of Windows7 machine--&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;allow-access-from domain="192.168.90.32" /&amp;gt;&amp;lt;!--IP of Windows Server 2003 machine that works--&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;allow-access-from domain="morrisgis.co.morris.nj.us:8399" /&amp;gt;&amp;lt;!--name of machine of ArcGISServer --&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;/cross-domain-policy&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 03:35:23 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2021-12-12T03:35:23Z</dc:date>
    <item>
      <title>Crossdomain.xml, JBoss6, SWFs, EARs, and headaches</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-jboss6-swfs-ears-and-headaches/m-p/650651#M14465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings!&amp;nbsp; I am in a quandry and was wondering if someone could help me.&amp;nbsp; I am attempting to deploy&amp;nbsp; a sample from the Flex API 2.3.1 samples (just load a map) as an *.ear through JBOSS6/NetBeans.&amp;nbsp; I have a Windows Server 2003 machine running JBOSS 6 and I can deploy the application just fine (I can see the map).&amp;nbsp; BTW, ArcGISServer(Java) resides on a different machine.&amp;nbsp; I have a new development environment (Windows7) also running JBoss6.&amp;nbsp; When I attempt to access the same application through this machine, I get an Error #2032 (no map), which I have read is a crossdomain issue.&amp;nbsp; I have updated the crossdomain.xml file located in &amp;lt;ArcGISServer Install location&amp;gt;/Server10.0/java/manager/web-output to include the ip address of the Windows7 development machine, and I am still getting the error and no map.&amp;nbsp; I am completely new to server configurations, etc. and was wondering if I'm missing something important.&amp;nbsp; Why can't I get this new development server to connect to the ArcGISServer maps if the new machine's ip is listed in the crossdomain.xml file?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the current crossdomain file hosted in my *.EAR:&lt;/SPAN&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;nbsp;&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;nbsp;&amp;nbsp; &amp;lt;allow-access-from domain="*" to-ports="8399" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;allow-access-from domain="*" to-ports="8080" /&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;BR /&gt;&lt;SPAN&gt;Pretty simple....here's the crossdomain.xml from the ArcGISServer server:&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;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!DOCTYPE cross-domain-policy SYSTEM "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd" rel="nofollow" target="_blank"&gt;http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;cross-domain-policy&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;allow-access-from domain="192.168.111.60" /&amp;gt;&amp;gt;&amp;lt;!--IP of Windows7 machine that doesn't work--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;allow-access-from domain="192.168.90.32" /&amp;gt;&amp;lt;!--IP of Windows Server 2003 machine that works--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;allow-access-from domain="arcgis3" /&amp;gt;&amp;lt;!--name of machine of ArcGISServer --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/cross-domain-policy&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I'm at day 25 of this, with no formal training, and I'm not getting anywhere!&amp;nbsp; Any guidance would be greatly appreciated.&amp;nbsp; If I'm leaving out an important tidbit, please let me know and I'll post it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 12:22:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-jboss6-swfs-ears-and-headaches/m-p/650651#M14465</guid>
      <dc:creator>JanicePeal</dc:creator>
      <dc:date>2011-07-28T12:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Crossdomain.xml, JBoss6, SWFs, EARs, and headaches</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-jboss6-swfs-ears-and-headaches/m-p/650652#M14466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Janice,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I have absolutely no JBOSS or Java Server experience but I do know that if you have the machines ip address allowed in the crossdomain.xml than you have to be using the machines ip address in the url for the map service as will in your app. You can not mix and match IP, machine name, and/or fully qualified machine name. They all have to be the same.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 12:28:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-jboss6-swfs-ears-and-headaches/m-p/650652#M14466</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-07-28T12:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Crossdomain.xml, JBoss6, SWFs, EARs, and headaches</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-jboss6-swfs-ears-and-headaches/m-p/650653#M14467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The url I am using that connects appropriately to ArcGISServer (shows the map) through the deployed SWF:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://192.168.90.32/MCPRIMA_5x-war/HistoricInventory"&gt;http://192.168.90.32/MCPRIMA_5x-war/HistoricInventory&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The url I am using that does not connect to ArcGISServer (no map and Error #2032):&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://192.168.111.60/MCPRIMA_5x-war/HistoricInventory"&gt;http://192.168.111.60/MCPRIMA_5x-war/HistoricInventory&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My swf connects to the map in this fashion:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;esri:ArcGISDynamicMapServiceLayer url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://morrisgis.co.morris.nj.us:8399/arcgis/rest/services/MCPRIMA_4X_HistoricInventory/MapServer" rel="nofollow" target="_blank"&gt;http://morrisgis.co.morris.nj.us:8399/arcgis/rest/services/MCPRIMA_4X_HistoricInventory/MapServer&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now then, morrisgis.co.morris.nj.us:8399 is the same as arcgis3.&amp;nbsp; It sounds like that shouldn't work on the working Windows 2003 Server machine (192.168.90.32), but it does!&amp;nbsp; I neglected to mention also that the Windows7 machine is 64 bit, and the Windows Server 2003 machine is 32 bit.&amp;nbsp; Not sure if that is what's making the difference.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 12:37:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-jboss6-swfs-ears-and-headaches/m-p/650653#M14467</guid>
      <dc:creator>JanicePeal</dc:creator>
      <dc:date>2011-07-28T12:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Crossdomain.xml, JBoss6, SWFs, EARs, and headaches</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-jboss6-swfs-ears-and-headaches/m-p/650654#M14468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Janice,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; So in the SWF you are also using :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://192.168.111.60/ArcGIS/rest/services/YourMapService/MapServer" rel="nofollow" target="_blank"&gt;http://192.168.111.60/ArcGIS/rest/services/YourMapService/MapServer&lt;/A&gt;&lt;SPAN&gt; for the layer URL right?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 12:49:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-jboss6-swfs-ears-and-headaches/m-p/650654#M14468</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-07-28T12:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Crossdomain.xml, JBoss6, SWFs, EARs, and headaches</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-jboss6-swfs-ears-and-headaches/m-p/650655#M14469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, because the ArcGISServer does not reside on that machine.&amp;nbsp; I am using&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;esri:ArcGISDynamicMapServiceLayer url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://morrisgis.co.morris.nj.us:8399/arcgis/rest/services/MCPRIMA_4X_HistoricInventory/MapServer" rel="nofollow" target="_blank"&gt;http://morrisgis.co.morris.nj.us:8399/arcgis/rest/services/MCPRIMA_4X_HistoricInventory/MapServer&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where morrisgis.co.morris.nj.us:8399 is arcgis3 which is another Windows Server 2003 machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JBoss (web server) resides on a local machine (192.168.111.60 - not working, and 192.168.90.32 - working).&amp;nbsp; ArcGIS Server resides on a different machine than both of these, yet the 192.168.90.32 machine is connecting to ArcGIS Server, but 192.168.111.60 is not.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 13:00:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-jboss6-swfs-ears-and-headaches/m-p/650655#M14469</guid>
      <dc:creator>JanicePeal</dc:creator>
      <dc:date>2011-07-28T13:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Crossdomain.xml, JBoss6, SWFs, EARs, and headaches</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-jboss6-swfs-ears-and-headaches/m-p/650656#M14470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Janice,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; OK so if I understand correctly than you are definitely mixing ip and machine names in your deployment and this is an issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;If you use &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://192.168.111.60/MCPRIMA_5x-war/HistoricInventory" rel="nofollow noopener noreferrer" target="_blank"&gt;http://192.168.111.60/MCPRIMA_5x-war/HistoricInventory&lt;/A&gt;&lt;SPAN&gt; as the url for the application and &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://morrisgis.co.morris.nj.us:8399/arcgis/rest/services/MCPRIMA_4X_HistoricInventory/MapServer" rel="nofollow noopener noreferrer" target="_blank"&gt;http://morrisgis.co.morris.nj.us:8399/arcgis/rest/services/MCPRIMA_4X_HistoricInventory/MapServer&lt;/A&gt;&lt;SPAN&gt; for the layers url &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and &amp;lt;allow-access-from domain="192.168.111.60" /&amp;gt; in the crossdomain.xml than it is going to be a security violation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try this in your crossdomain.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;?xml version="1.0"?&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;cross-domain-policy&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;allow-access-from domain="192.168.111.60" /&amp;gt;&amp;lt;!--IP of Windows7 machine--&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;allow-access-from domain="192.168.90.32" /&amp;gt;&amp;lt;!--IP of Windows Server 2003 machine that works--&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;allow-access-from domain="morrisgis.co.morris.nj.us:8399" /&amp;gt;&amp;lt;!--name of machine of ArcGISServer --&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;/cross-domain-policy&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:35:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-jboss6-swfs-ears-and-headaches/m-p/650656#M14470</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T03:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Crossdomain.xml, JBoss6, SWFs, EARs, and headaches</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-jboss6-swfs-ears-and-headaches/m-p/650657#M14471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which crossdomain.xml, the one on the arcgis server or the one on the local development machine?&amp;nbsp; The additional problem I have is that we only have one arcgis server that is connecting to older apps that were built in arcgis api 3.1/flash builder 4 with flex library 3.2 that are running on a production server (yet another server) just fine.&amp;nbsp; When I modify the crossdomain.xml on the arcgis server, things are breaking.&amp;nbsp; I'll give it a shot though and see what happens.&amp;nbsp; If it breaks the old stuff, I can't make the change.&amp;nbsp; I also noticed that new crossdomain.xml start with a different DOCTYPE cross-domain-policy SYSTEM dtd location.&amp;nbsp; Our old one is using &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/www.macromedia.com"&gt;www.macromedia.com&lt;/A&gt;&lt;SPAN&gt;, and the new one is using &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/www.adobe.com"&gt;www.adobe.com&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; When I changed that line of code, all of my old apps stopped connecting to the arcgis server.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for the pointers.&amp;nbsp; I'll let you know what happens with your recommended change shortly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 13:22:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-jboss6-swfs-ears-and-headaches/m-p/650657#M14471</guid>
      <dc:creator>JanicePeal</dc:creator>
      <dc:date>2011-07-28T13:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Crossdomain.xml, JBoss6, SWFs, EARs, and headaches</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-jboss6-swfs-ears-and-headaches/m-p/650658#M14472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I change the crossdomain.xml on arcgis server, it breaks my old apps, so I can't make this change.&amp;nbsp;&amp;nbsp; The thing that's confusing me is that I have two machines configured exactly the same, except that the Windows Server 2003 machine shows the map just fine, but the Windows 7 machine does not.&amp;nbsp; I deployed the same ear file on both.&amp;nbsp; Odly enough, after compiling the flex mxml on the windows 7 machine, if I just hit the run button in Flash Builder, I can see my map.&amp;nbsp; It's just when I try to run it through the web server on the same machine that it breaks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS - just downloaded Flash Player 10.3 debug and received additional information on the #2032 error:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error #2032: Stream Error. URL: &lt;/SPAN&gt;&lt;A href="http://192.168.111.60/MCPRIMA_5x-war/framework_4.5.0.20967.swf"&gt;http://192.168.111.60/MCPRIMA_5x-war/framework_4.5.0.20967.swf&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 13:34:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-jboss6-swfs-ears-and-headaches/m-p/650658#M14472</guid>
      <dc:creator>JanicePeal</dc:creator>
      <dc:date>2011-07-28T13:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Crossdomain.xml, JBoss6, SWFs, EARs, and headaches</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-jboss6-swfs-ears-and-headaches/m-p/650659#M14473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;PROBLEM SOLVED!&amp;nbsp; Turns out, it wasn't an issue with the crossdomain.xml at all, but a corrupt NetBeans project.&amp;nbsp; Thanks to all who helped.&amp;nbsp; Your feedback taught me a lot as I struggle through this process!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 12:48:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/crossdomain-xml-jboss6-swfs-ears-and-headaches/m-p/650659#M14473</guid>
      <dc:creator>JanicePeal</dc:creator>
      <dc:date>2011-07-29T12:48:41Z</dc:date>
    </item>
  </channel>
</rss>

