如何配置 Neo4j 浏览器以使用自定义 REST 端点?

How to configure Neo4j Browser to use a custom REST endpoint?

服务器是 运行 使用以下行配置的自定义 REST 端点

org.neo4j.server.webadmin.data.uri=/db/abc

neo4j-server.properties 中。然后 REST 使用 /db/abc 正常工作,但随后浏览器客户端 (http://$SERVERHOST:7474/browser) 停止工作并显示 Disconnected from Neo4j 消息。数据包嗅探表明它仍在尝试连接到 db/data。清除本地网络缓存没有帮助。有没有办法让浏览器客户端使用自定义端点?

Sources indicate that /db/data is possibly hardcoded into the browser as part of client "Settings" (see line 23). There is supposedly一种在客户端使用:config命令重新配置这些设置的方法,但是命令栏只有在客户端已经连接到服务器时才可用。

有没有办法让它工作,或者它可能是浏览器客户端中的错误?

目前的选择是下载浏览器的源代码,然后改成你需要的。

https://github.com/neo4j/neo4j/tree/2.3/community/browser