所以,我认为我按照neo4j文档中的安装和设置说明正确配置了所有内容,但REST API无效。
http:7474 / localhost工作正常并检测节点,但
curl http://localhost:7474/db/data/node/0<html>
得
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Error 404 Not Found</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /db/data/node/0. Reason:
<pre> Not Found</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
</body>
较旧的文档有关于单独安装neo4j-rest的内容,但这不在当前文档中。思考?