hosts contains domain names to ip mappings... such as:
127.0.0.1 localhost and so on it is usually found somewhere in windows/system32/etc/drivers cannot remember at the moment search for it inside windows folder On Wed, Nov 5, 2008 at 8:54 PM, ralcab <[EMAIL PROTECTED]> wrote: > 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] <flexcoders%40yahoogroups.com>, 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 > > > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation [EMAIL PROTECTED],

