Hi I am playing with a server plugin example I've found named: neo4j-clean-remote-db-addon (by "Michael Hunger")
It uses EmbeddedNeo4jServer instance and using Rest commands(with Jersey) it cleans the db. There is a small unit test class so I created a Java project in Eclipse put the Jersey jars in the build path import javaa classes and the problem is that when I try to use it I can see the server is starting up but I get "No Web Server" exception thrown by Jersey. Can I get some help here? 10x -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Using-EmbeddedNeo4jServer-with-Jersey-on-Eclipse-tp3261777p3261777.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

