3

I have a cross-domain policy file I wish to add to a Tomcat server I have.
If the tomcat is localhost:8080 and installed in /usr/local/tomcat/
Where would be that root folder where I should put this policy file?

Itay Moav -Malimovka
  • 52,579
  • 61
  • 190
  • 278

1 Answers1

6

Place your cross-domain policy into the ROOT webapp folder.

Check you can access it from

http://localhost:8080/crossdomain.xml
Siva Charan
  • 17,940
  • 9
  • 60
  • 95