Re: [Neo4j] neo4j REST server standalone

2010-07-15 Thread Mattias Persson
> 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

Re: [Neo4j] neo4j REST server standalone

2010-07-14 Thread Mohit Vazirani
- Original Message From: Mattias Persson To: Neo4j user discussions Sent: Fri, July 2, 2010 3:38:07 AM Subject: Re: [Neo4j] neo4j REST server standalone 2010/7/1 Mohit Vazirani > > > > > - Original Message > From: Mattias Persson > To: Neo4j use

Re: [Neo4j] neo4j REST server standalone

2010-07-02 Thread Mattias Persson
2010/7/1 Mohit Vazirani > > > > > - Original Message > From: Mattias Persson > To: Neo4j user discussions > Sent: Thu, July 1, 2010 6:53:48 AM > Subject: Re: [Neo4j] neo4j REST server standalone > > Hi, I'm guessing you would like to specify a

Re: [Neo4j] neo4j REST server standalone

2010-07-02 Thread Jacob Hansson
PM, Mohit Vazirani wrote: > > > > > - Original Message > From: Mattias Persson > To: Neo4j user discussions > Sent: Thu, July 1, 2010 6:53:48 AM > Subject: Re: [Neo4j] neo4j REST server standalone > > Hi, I'm guessing you would like to specify a

Re: [Neo4j] neo4j REST server standalone

2010-07-01 Thread Mohit Vazirani
- Original Message From: Mattias Persson To: Neo4j user discussions Sent: Thu, July 1, 2010 6:53:48 AM Subject: Re: [Neo4j] neo4j REST server standalone Hi, I'm guessing you would like to specify a configuration file for the database, right? Yes. That can't be done at

Re: [Neo4j] neo4j REST server standalone

2010-07-01 Thread Mattias Persson
Hi, I'm guessing you would like to specify a configuration file for the database, right? That can't be done at the moment, but work is put into creating an admin interface to neo4j, initially quite tied to the rest API. I can see if I can whip something up which makes this possible as it is right

[Neo4j] neo4j REST server standalone

2010-06-30 Thread Mohit Vazirani
Hi, I'm a beginner to neo4j. Recently set up the standalone rest server in linux (started using neo4j-rest start). I was reviewing http://wiki.neo4j.org/content/Configuration_Settings and was wondering how to specify memory-mapped I/O settings & other backup-related settings to the REST server