Though you can mount as many different CMIS (Content Management Interoperability Services) repositories as you like in the Documents and Media library, you can also define the Liferay DXP repository to point to a CMIS repository.
To use the CMIS store, follow these steps:
-
Configure
portal-ext.properties
with this property:dl.store.impl=com.liferay.portal.store.cmis.CMISStore
-
Restart Liferay DXP.
-
In the Control Panel, navigate to Configuration → System Settings → File Storage.
-
In the CMIS Store screen, configure the store your way.
-
In the CMIS Repository screen, configure the repository your way.
-
Click Save.
-
Restart Liferay DXP.
The Liferay DXP repository is connected to CMIS via the CMIS store. As long as all nodes are pointing to your CMIS repository, everything in your cluster should be fine, as the CMIS protocol prevents multiple simultaneous file access from causing data corruption.