【发布时间】:2016-02-10 17:04:55
【问题描述】:
注意:我只想要 neo4j 社区版的解决方案,而不是企业版的解决方案。谢谢!
我想使用默认 Web 界面 http://localhost:7474/browser/ 进行开发和读/写目的此外,我想使用另一个 Web 界面,我显然会向公众开放以供阅读目的,这可能会通过某些不同的端口说, 8474.
我试过了:
- Used two instances(neo4j folders) - a) read_only = true b) read_only commented out.
- Changed http/https ports for the both to differentiate.
- Changed org.neo4j.server.database.location property in 'read_only' one to point to the location of 'read/write' one.
这不起作用。任何解决方法?我只想要同一个数据库的两个 Web 界面。一个只读。支持一种读/写。
【问题讨论】:
标签: neo4j