Neo4j: Running Embedded Server with WebConsole by Devender Gollapally.
From the post:
Took me couple of hours to figure this out so blogging it, hopefully it helps someone else.
If you are running Neo4j in embedded mode, you can still get the web console, data browser and other goodies, they do mention this in the manual but what they don’t mention is that you will need 2 extra jars to do this neo4j-server.jar and neo4j-server-static-web.jar and these are not available on neo’s repo, so you will have to clone their source from git and build it locally.
Sounds like the manual needs to beef up on this topic.
I am sure everyone who is running Neo4j embedded will appreciate the info. Thanks!