rest - Neo4j HTTP error -


so, thought configured correctly following installation , setup instructions in neo4j documentation, rest api not working.

http:7474/localhost works , detects nodes,

curl http://localhost:7474/db/data/node/0<html> 

gets

<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 jetty://</small></i><br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                 <br/>                                                  </body> 

the older documentation had installing neo4j-rest separately, not in current documentation. thoughts?


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -