12-13-2015 06:27 PM
Hi,
To activate CORS, the link: https://doc.nuxeo.com/pages/viewpage.action?pageId=14257084 provide some xml to allow Corss-domain.
Where should I put this xml file ? In what file ?
Regards,
St.
12-14-2015 03:38 AM
As it is a component, you can set it up into any xml extension file in your OSGI-INF folder, if you use Nuxeo IDE, or directly in an xml extension if you use Nuxeo Studio (more information).
Third solution is to name you xml file with whatever_your_want-config.xml (only the -config.xml part is important), and put it in the config
directory of your server:
$NUXEO/nxserver/config
for a Tomcat distribution,$NUXEO/server/default/deploy/nuxeo.ear/config
for a JBoss distribution.Also, if you use the first option, don't forget to declare the xml extension file in your MANIFEST.MF in your META-INF folder.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.