> I downloaded the July 10th build of the REST standalone server and created
> a
> neo4j.properties file
> with enable_remote_shell set to true. However, when I try to connect it, I
> still
> get the locked
>
> store message and it prompts me to open as readonly. Do I also need
> something in
> the
>
> wrapper.conf file? Also, used JConsole to see the configuration attributes
> which
> show up as unavailable.
>

I think the problem is that you supply a -path at the shell client command
line, am I right? Because when supplying a -path option it will try to open
that graph database in the shell client JVM. If you skip that -path option
it will try to connect via RMI to a remotely enabled shell server instead
and you'll get a remote client with read/write capabilities.

See more information about this over at
http://wiki.neo4j.org/content/Shell#Starting_the_shell

-- 
Mattias Persson, [matt...@neotechnology.com]
Hacker, Neo Technology
www.neotechnology.com
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to