Itay Moav -Malimovka
Itay Moav -Malimovka

Reputation: 53606

Where do I put a crossdomain XML in Tomcat?

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?

Upvotes: 3

Views: 12097

Answers (1)

Siva Charan
Siva Charan

Reputation: 18064

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

Check you can access it from

http://localhost:8080/crossdomain.xml

Upvotes: 6

Related Questions