Where do I put a crossdomain XML in Tomcat?

11,921

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

Check you can access it from

http://localhost:8080/crossdomain.xml
Share:
11,921
Itay Moav -Malimovka
Author by

Itay Moav -Malimovka

SOreadytohelp Below are some of the open source projects I work on. A PHP Library the wrappes SurveyMonkey's API https://github.com/itay-moav/TheKofClient A tool to Schema Check, manage Stored Procedures, Triggers, Views and get autocompletion: https://github.com/itay-moav/rahl_commander A fun way to point users at the right direction in your site ;-) https://github.com/itay-moav/babahandofgod An old version of WMD which I converted to Mootools, 8 years ago... http://moowmd.awardspace.info Feel free to contact me through linkedin http://www.linkedin.com/in/itaymoav

Updated on June 04, 2022

Comments

  • Itay Moav -Malimovka
    Itay Moav -Malimovka about 2 years

    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?