If I understand you correctly you're trying to run multiple instances of 
the standalone database using ./bin/neo4j start|console. IMHO it would be 
easier if you're planning to run multiple standalone databases that you 
just have multiple paths to neo4j with the entire root structure and just 
change the ports of the admin consoles (as well as jmx, remote console, ha, 
and online backup server if any of these are used).

However, you might be able to start another instance by tweaking the 
following properties.

See the properties:
# conf/neo4j-server.properties
org.neo4j.server.database.location=data/graph.db

# conf/neo4j-wrapper.conf
wrapper.pidfile=../data/neo4j-server.pid
wrapper.lockfile=../data/neo4j-server.lck

On Tuesday, December 17, 2013 1:33:46 PM UTC, Rio Eduardo wrote:
>
>
> No, not in Java Gupta, I meant the folder that named *graph.db*. Because 
> in windows, we can simply make it, when we start the neo4j, before neo4j is 
> started, neo4j asks us which database we will use, the existing or the new 
> one. Nah, how can we make it in Ubuntu? :) Thank you
> On Friday, December 13, 2013 12:55:29 PM UTC+7, Abhishek Gupta wrote:
>>
>> On Wednesday, 11 December 2013 19:18:17 UTC+5:30, Rio Eduardo wrote:
>>>
>>> How to create new database in neo4j in ubuntu?
>>>
>>
>>
>> http://docs.neo4j.org/chunked/stable/tutorials-java-embedded-hello-world.html
>>  
>>
>>> and How to use the existing database in neo4j in ubuntu?
>>>
>>> http://docs.neo4j.org/chunked/stable/server-configuration.html
>>
>> should help.
>>  
>>
>>> thank you.
>>>
>>

-- 
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/groups/opt_out.

Reply via email to