I am working on java integrated with CMIS Repository.And i tried with all functions in OpenCMIS Fileshare by making changes in repository.properties as per our Requirement.
Here i want to create multiple repository, now i configured creating multiple repository in repository.properties file /src/main/webapp/WEB-INF/classes/repository.properties.
repository.secondRepository = {user.home}
repository.secondRepository.readwrite = test, cmisuser
repository.secondRepository.readonly = reader,user
Is there any REST api or other way to create multiple repository.