HTTP Status 404 - /crossdomain.xml
The contents of the crossdomain.xml is this.
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>
I've put this file in the root of the tomcat directory that I launch tomcat out of: \tomcat\webapps\ROOT
Main Topics
Browse All Topics





by: Fuzzy_Logic_Posted on 2009-05-07 at 13:15:08ID: 24330119
To start with:
sdomain.xm l
What do you get if you go to:
http://localhost:8080/cros
You should get the file. If you do there is most likely an error in the file.