Thank you for responding.

To answer your questions.
(1)  Yes they are all running on the same machine in the same Tomcat 
6.0.13 server.
(2)  Windows XP
(3)  Excuse my ignorance, but what's a host file?  I'm self taught on 
this and pretty new to it.



--- In [email protected], john fisher <[EMAIL PROTECTED]> wrote:
>
> 1) is all this running on one machine?
> 2) which OS?
> 3) what does your hosts file say?
> 
> I had same problem, "localhost" vs "name.com" 
> I am running Apache 2.x not Tomcat on Linux, Flex3
> 
> my crossdomain
> <?xml version="1.0"?>
> <!-- http://john.znyx.com/crossdomain.xml -->
> <cross-domain-policy>
> <allow-access-from domain="name.domain.com"/>
> <allow-access-from domain="localhost"/>
> <allow-access-from domain="<ip>"/>
>  <allow-access-from domain="domain.com"/>
> </cross-domain-policy>
> 
> my hosts file
> 127.0.0.1 localhost name.domain.com
> 127.0.1.1 name.domain.com
> <ip> name   name.domain.com
> ...
> 
> HTH
> 
> 
> John
> 

Reply via email to