I am deploying a web application on two separate domains, the first web application is a sedative service deployed on tomcat 6, the second is static content (html, java script), a java script from the static content domain will call the recovery service. but the same origin policy does not allow this, my question is: how to resolve cross-domain requests to tomcat?
source
share