Effy,
are you using Neoj4 2.x now? Since we have switched to the new Neo4j
Browser, I think that code and plugin is more or less obsolete for 2.x
Neo4j.

If you application depends on sending Gremlin over the wire, I would either
- just build an endpoint in your server with a server extension, which
gives you the HTTP feature, but nothing else
- use Neo4j-HA, do the extension for one node, and use the gremlin console
from Tinkerpop to just connect to the second HA-connected node like a
normal embedded database for queries etc.
- Use Rexster in order to get Gremlin-HTTP enpoints

HTH

/peter


G:  neubauer.peter
S:  peter.neubauer
P:  +46 704 106975
L:   http://www.linkedin.com/in/neubauer
T:   @peterneubauer <http://twitter.com/peterneubauer>

Open Data    - @mapillary <http://mapillary.com/>
Open Source - @neo4j <http://neo4j.org/>
Open Future  - @coderdojo <http://malmo.coderdojo.se/>


On Fri, Jul 25, 2014 at 3:47 PM, Effy Teva <[email protected]> wrote:

> Hi,
>
> I'm currently still using Neo4j 1.9 and decided it's about time to upgrade.
> However, my application is built upon Gremlin over HTTP, and not using the
> Cypher, as the Cypher language doesn't support my requirements.
> I've downloaded, compiled and copied to GremlinPlugin into Neo4j, and
> managed to get the Gremlin over REST to work just fine.
>
> However, when I browse the WebAdmin feature of Neo4j, the Neo4j console
> Gremlin button doesn't work (I've added it through
> "org.neo4j.server.manage.console_engines" in neo4j-server.properties file).
> It simply displays "undefined" when switched to.
>
> Is there any setting I'm missing? Perhaps another Gremlin file should be
> copied anywhere in Neo4j installed?
>
> Thanks for your support,
> Effy
>
> --
> You received this message because you are subscribed to the Google Groups
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to