The port of the http interface is still 7474 Sent from mobile device
Am 15.03.2014 um 20:56 schrieb Reihane Boghrati <[email protected]>: > Hi, > > I have my server and client running on two different machine. I use java-rest > binding to connect to server. > When I start Neo4j with Neo4j Community I can connect to server by this code: > restgraphDb = new RestAPIFacade("http://serverip:7474/db/data"); > > But when I start Neo4j in command prompt with: sc start Neo4j-Server, I > cannot connect to server by this code: > restgraphDb = new RestAPIFacade("http://serverip:1337/db/data"); > > In config file I have this two lines: > remote_shell_enabled = true > enable_remote_shell=port=1337 > > I was wondering if the way I'm trying to use Neo4j shell is not correct. > > -- > 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.
