I have two tomcat instances running. One has bonita server running and on the other i have my grails application. I am trying to use ngBonita - Angularjs api for the client.
I am running into CORS issue. I setup tomcat for CORS and also set up headers to allow all. I have little success but still seeing issues. any help ?
on chrome console i see the following messages
BonitaAuthentication.login success
mydns/:1 XMLHttpRequest cannot load https://mydns:8446/bonita/API/system/session/unused. No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘https://mydns:8443’ is therefore not allowed access.
Bonita 6.5
java 1.6
tomcat 7.0.55 for bonita and tomcat 7.0.52 for my client application