Re: [Neo4j] Multiple running databases

2011-01-26 Thread Peter Neubauer
Peter Neubauer > Sent: martes, 25 de enero de 2011 16:03 > To: Neo4j user discussions > Subject: Re: [Neo4j] Multiple running databases > > Guillem, > docs are updated to reflect this, see > http://docs.neo4j.org/chunked/snapshot/server-installation.html#_multiple_server_inst

Re: [Neo4j] Multiple running databases

2011-01-26 Thread Guillem Medina Martínez
Sent: martes, 25 de enero de 2011 16:03 To: Neo4j user discussions Subject: Re: [Neo4j] Multiple running databases Guillem, docs are updated to reflect this, see http://docs.neo4j.org/chunked/snapshot/server-installation.html#_multiple_server_instances_on_one_machine Is that information correct or is

Re: [Neo4j] Multiple running databases

2011-01-25 Thread Peter Neubauer
erent >> services. >> >> Cheers, >> Guillem >> >> >> -Original Message- >> From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On >> Behalf Of Andreas Kollegger >> Sent: martes, 25 de enero de 2011 13:07 >> To:

Re: [Neo4j] Multiple running databases

2011-01-25 Thread Peter Neubauer
ists.neo4j.org] On > Behalf Of Andreas Kollegger > Sent: martes, 25 de enero de 2011 13:07 > To: Neo4j user discussions > Subject: Re: [Neo4j] Multiple running databases > > Hi Guillem, > > I believe on both windows and *nix, neo4j install creates a single service. > So, j

Re: [Neo4j] Multiple running databases

2011-01-25 Thread Guillem Medina Martínez
ailto:user-boun...@lists.neo4j.org] On Behalf Of Andreas Kollegger Sent: martes, 25 de enero de 2011 13:07 To: Neo4j user discussions Subject: Re: [Neo4j] Multiple running databases Hi Guillem, I believe on both windows and *nix, neo4j install creates a single service. So, just having two neo4j installation d

Re: [Neo4j] Multiple running databases

2011-01-25 Thread Andreas Kollegger
Hi Guillem, I believe on both windows and *nix, neo4j install creates a single service. So, just having two neo4j installation directories with different configuration isn't enough if you want them to both run as a service. In *nix land, you could simply copy the /etc/init.d/ script to a new nam

Re: [Neo4j] Multiple running databases

2011-01-24 Thread Guillem Medina
Hi Jim, in fact I'm thinking that it could be related with the version I was trying before (it was the milestone 3 or 4 but not the current one). I've just try it half an hour ago in my mac and I didn't had any problem. Let's see how it goes tomorrow when I'll try it again with the windows server.

Re: [Neo4j] Multiple running databases

2011-01-24 Thread Jim Webber
Hi Guillem, I think this might be a problem in 1.2. AFAIK, the web admin server in 1.2 isn't actually configurable through config, but is in fact hard coded, sadly. I changed that a few weeks back, but I suspect it didn't make it into the 1.2. release unless someone knows better. It's certainl

Re: [Neo4j] Multiple running databases

2011-01-24 Thread Guillem Medina
Thanks for the answer, but I think I've explain myself in a bad way. Your answer is exactly what I have right now. Two different folders for each installation and two different port configurations in the neo4j-server.properties. My problem cames when in Windows I'm trying to initialize both servers

Re: [Neo4j] Multiple running databases

2011-01-19 Thread Jim Webber
Hi Javier, > At least it works for me, but, will there be support for multi > databeses in the near future? In a word, yes. We have it in our backlog, though not for the 1.3 release. Jim ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.o

Re: [Neo4j] Multiple running databases

2011-01-19 Thread Javier de la Rosa
On Wed, Jan 19, 2011 at 08:59, Peter Neubauer wrote: > Does that work for you? At least it works for me, but, will there be support for multi databeses in the near future? Cheers! -- Javier de la Rosa http://versae.es ___ Neo4j mailing list User@li

Re: [Neo4j] Multiple running databases

2011-01-19 Thread Peter Neubauer
Guillem, you should try to set up the paths of your databases and the ports of your two installations to different values. Probably the safest bet is to actually have to folders containing two installations of the server, and just change the port on one of them in the NEO4J_HOME/conf/neo4j-server.p

[Neo4j] Multiple running databases

2011-01-19 Thread Guillem Medina Martínez
Hello, I'm using neo4j for a small project and I've just faced a problem related with having multiple neo4j servers running in a single computer. My current restrictions make me work with .net using the REST API and I only have one machine to use as server. I need to have two databases running