Hi Mohit, the admin system is meant to eventually be able to provide support for live backups, although there is quite a bit of work left on other components first.
The admin interface currently depends on the REST package which, afaik, does not turn on the command-line shell by default. There will be an integrated gremlin web console though. It would probably not be that difficult to add a setting for enabling/disabling command-line shell access though. I added this as a ticket to the github project - http://github.com/neo4j/webadmin/issues/issue/8. /Jacob On Thu, Jul 1, 2010 at 11:34 PM, Mohit Vazirani <[email protected]> wrote: > > > > > ----- Original Message ---- > From: Mattias Persson <[email protected]> > To: Neo4j user discussions <[email protected]> > 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 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 now. > > That will be pretty useful. Also, will the admin interface allow me to > connect > through the shell in R/W mode while the REST server is running? > > By the way, memory mapping settings are auto-configured if no specific > config is given for that. It looks at how much heap you've given it > and how big your graph store files are (this is done at startup time, > so if the store changes a lot then a restart would be required to have > it optimally configured for the new store size). > > Interesting. Also, I'm trying to perform online backups with this rest > server. > Are logical logs enabled by default when using the REST server? I cannot > find > any files matching the pattern *log.v*, all I see is the file > nioneo_logical.log.1And if so, is there a way to perform online backups > while > the REST server is running? > > 2010/6/30 Mohit Vazirani <[email protected]> > > > 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. I couldn't find any section in wrapper.conf that allowed me to do > > this. > > > > Thanks, > > ~Mohit > > > > > > > > > > _______________________________________________ > > Neo4j mailing list > > [email protected] > > https://lists.neo4j.org/mailman/listinfo/user > > > > > > -- > Mattias Persson, [[email protected]] > Hacker, Neo Technology > www.neotechnology.com > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > > > > > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > -- Jacob Hansson Phone: +46 (0) 763503395 Twitter: @jakewins _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

