Greetings to the community, I recently learned about the apache openCMIS bridge and I found very interesting the capabilities that might give you. More specifically I found this answer What is OpenCMIS Bridge? explaining what exactly it is. Unfortunately, apart from the code I did not find any useful information (resources/how-to/configuration setup) on the web.
What I would like to do is set it up on a server as an intermediate interceptor between the client and the actual server where my alfresco repository is hosted. From the description I understand that it fits my case.
Currently I have downloaded the openCMIS bridge .war file from here https://chemistry.apache.org/java/download.html and I have deployed it on a tomcat Server. I would like to "somehow" configure my servers to work as described above
(client sends request --> openCMIS bridge server intercepts the request --> openCMIS bridge server sends the request to the server ).
Any resources / instructions would be greatly appreciated :)