hello expert! I want to know how to use oak in the production environment?
That's what we did before: 1. We create a mongodb database called oak. In the development stage, node data and file content data are stored in the same mongodb. 2. Simply embedding oak into our application system cms, refer to this link:http://jackrabbit.apache.org/oak/docs/construct.html# 3. Each developer runs tomcat's CMS on their own computers for development The problem we encounter is : data conflicts (CommitFailedException: OakMerge0004) always occur during development, such as failure to save a type of node, which can not be used by all developers. -- Sent from: http://jackrabbit.510166.n4.nabble.com/Jackrabbit-Dev-f523400.html
