Re: [Neo4j] Multiple running databases

2011-01-26 Thread Guillem Medina Martínez
Yes, that's all basically. Maybe you can add also a remind telling that they 
should modify the port configuration to access via webadmin.

Cheers,
Guillem.

-Original Message-
From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On 
Behalf Of 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_instances_on_one_machine

Is that information correct or is there more to it?

Cheers,

/peter neubauer

GTalk:  neubauer.peter
Skype   peter.neubauer
Phone   +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org   - Your high performance graph database.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



On Tue, Jan 25, 2011 at 3:21 PM, Peter Neubauer
 wrote:
> Thanks for reporting that back, Guillem!
>
> We will put it into the reference docs so others can benefit fro your 
> findings!
>
> Cheers,
>
> /peter neubauer
>
> GTalk:  neubauer.peter
> Skype   peter.neubauer
> Phone   +46 704 106975
> LinkedIn   http://www.linkedin.com/in/neubauer
> Twitter  http://twitter.com/peterneubauer
>
> http://www.neo4j.org   - Your high performance graph database.
> http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
>
>
>
> 2011/1/25 Guillem Medina Martínez :
>> Hi Andreas,
>> It was related with the creation of services in Windows, but I've just make 
>> it work.
>> In order to create two different services for the neo4j servers the only 
>> thing necessary (besides the modifications explained before) it's to change 
>> the neo4j-wrapper, in the part related with Windows services and modify the 
>> line wrapper.name = neo4j in one of the servers folder in order to call it 
>> with another name, in my case neo4j_dev. That way we'll have to different 
>> 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: 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 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 name and
>> then have both services running.
>>
>> On Windows, you'd have to manually start and stop the server rather than
>> installing as a service to have two running. Unless someone smarter than
>> me could describe how to duplicate a Windows service entry.
>>
>> Cheers,
>> Andreas
>>
>> ps. I'll try this out on a Windows machine and report back.
>>
>> On Jan 24, 2011, at 9:34 PM, Guillem Medina wrote:
>>
>>> 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.
>>>
>>> Thanks again,
>>> Guillem
>>>
>>> On 24 January 2011 21:20, Jim Webber  wrote:
>>>
>>>> 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 certainly there for the 1.3
>>>> release.
>>>>
>>>> Jim
>>>>
>>>> ___
>>>> Neo4j mailing list
>>>> User@lists.neo4j.org
>>>> https://lists.neo4j.org/mailman/listinfo/user
>>>>
>>>
>>>
>>>
>>> --
>>> Guillem Medina
>>> ___
>>> Neo4j mailing list
>>> User@lists.neo4j.org
>>> 

Re: [Neo4j] Multiple running databases

2011-01-25 Thread Guillem Medina Martínez
Hi Andreas,
It was related with the creation of services in Windows, but I've just make it 
work.
In order to create two different services for the neo4j servers the only thing 
necessary (besides the modifications explained before) it's to change the 
neo4j-wrapper, in the part related with Windows services and modify the line 
wrapper.name = neo4j in one of the servers folder in order to call it with 
another name, in my case neo4j_dev. That way we'll have to different 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: 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 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 name and
then have both services running.

On Windows, you'd have to manually start and stop the server rather than
installing as a service to have two running. Unless someone smarter than
me could describe how to duplicate a Windows service entry.

Cheers,
Andreas

ps. I'll try this out on a Windows machine and report back.

On Jan 24, 2011, at 9:34 PM, Guillem Medina wrote:

> 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.
>
> Thanks again,
> Guillem
>
> On 24 January 2011 21:20, Jim Webber  wrote:
>
>> 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 certainly there for the 1.3
>> release.
>>
>> Jim
>>
>> ___
>> Neo4j mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>>
>
>
>
> --
> Guillem Medina
> ___
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

NOTA LEGAL
Le informamos que el correo electrónico y las comunicaciones por medio de 
Internet no permiten asegurar ni garantizar la confidencialidad de los mensajes 
transmitidos, así como tampoco su integridad o su correcta recepción, por lo 
que el emisor no asume responsabilidad alguna por tales circunstancias. Este 
mensaje va dirigido, de manera exclusiva, a su destinatario y contiene 
información confidencial y sujeta al secreto profesional, cuya divulgación esta 
prohibida. En caso de haber recibido este mensaje por error, le rogamos que nos 
lo comunique mediante correo electrónico remitido a nuestra atención y proceda 
a su eliminación, así como a la de cualquier documento adjunto al mismo. 
Asimismo, le comunicamos que la distribución, copia o utilización de este 
mensaje, o de cualquier documento adjunto al mismo, cualquiera que fuera su 
finalidad, están prohibidas por la ley.
La información que haya puesto en nuestro conocimiento, consta en un fichero 
titularidad de APHELION SOLUCIONES INFORMATICAS, S.L. con el objeto de mantener 
el contacto comercial con Ud. establecido. Puede ejercer los derechos de 
acceso, rectificación, cancelación y en su caso oposición enviando un escrito 
al efecto, acompañado de una fotocopia de su D.N.I. a la siguiente dirección: 
APHELION SOLUCIONES INFORMATICAS, S.L. C/ El Salvador 35 C.P. 46900 Torrent 
(Valencia). Asimismo, es su responsabilidad comprobar que este mensaje o sus 
archivos adjuntos no contengan virus informáticos, y en caso que los tuvieran 
eliminarlos.

LEGAL NOTICE
Please note that e-mail and communications through the Internet can not assure 
or guarantee the confidentiality of messages transmitted, and neither their 
integrity or proper receipt, so the issuer does not assume any responsibility 
for such circumstances. This message is addressed, exclusively to its recipient 
and contains confidential information and subject to professional secrecy, 
disclosure of which is forbidden. If you have received this message in error, 
please notify us by e-mail and delete the message as well as any document 
attached to it. Please also note that the distribution, use or copy of this 
message or any attachment to it, whatever its purpose, is prohibited by law.
The information which you have placed in our knowledge is registered in a file 
owned by APHELION SOLUCIONES 

[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 in the same machine, one for development 
purposes and the other one for stable uses and I need to be able to access both 
via the webadmin using different ports. So I have different paths for every 
database and in the neo4j-server.properties file I have a different port 
configuration for each.

My problem come when I try to initialize both servers, cause after the first 
one the other returns me an error saying that the neo4j service is already 
running. How can I run this two servers at the same time in the same computer?

Thanks!


NOTA LEGAL
Le informamos que el correo electrónico y las comunicaciones por medio de 
Internet no permiten asegurar ni garantizar la confidencialidad de los mensajes 
transmitidos, así como tampoco su integridad o su correcta recepción, por lo 
que el emisor no asume responsabilidad alguna por tales circunstancias. Este 
mensaje va dirigido, de manera exclusiva, a su destinatario y contiene 
información confidencial y sujeta al secreto profesional, cuya divulgación esta 
prohibida. En caso de haber recibido este mensaje por error, le rogamos que nos 
lo comunique mediante correo electrónico remitido a nuestra atención y proceda 
a su eliminación, así como a la de cualquier documento adjunto al mismo. 
Asimismo, le comunicamos que la distribución, copia o utilización de este 
mensaje, o de cualquier documento adjunto al mismo, cualquiera que fuera su 
finalidad, están prohibidas por la ley.
La información que haya puesto en nuestro conocimiento, consta en un fichero 
titularidad de APHELION SOLUCIONES INFORMATICAS, S.L. con el objeto de mantener 
el contacto comercial con Ud. establecido. Puede ejercer los derechos de 
acceso, rectificación, cancelación y en su caso oposición enviando un escrito 
al efecto, acompañado de una fotocopia de su D.N.I. a la siguiente dirección: 
APHELION SOLUCIONES INFORMATICAS, S.L. C/ El Salvador 35 C.P. 46900 Torrent 
(Valencia). Asimismo, es su responsabilidad comprobar que este mensaje o sus 
archivos adjuntos no contengan virus informáticos, y en caso que los tuvieran 
eliminarlos.


LEGAL NOTICE
Please note that e-mail and communications through the Internet can not assure 
or guarantee the confidentiality of messages transmitted, and neither their 
integrity or proper receipt, so the issuer does not assume any responsibility 
for such circumstances. This message is addressed, exclusively to its recipient 
and contains confidential information and subject to professional secrecy, 
disclosure of which is forbidden. If you have received this message in error, 
please notify us by e-mail and delete the message as well as any document 
attached to it. Please also note that the distribution, use or copy of this 
message or any attachment to it, whatever its purpose, is prohibited by law.
The information which you have placed in our knowledge is registered in a file 
owned by APHELION SOLUCIONES INFORMATICAS, S.L. and is aimed at maintaining the 
commercial contact set up with you. You can exercise your rights of access, 
rectification, cancellation and opposition by sending a letter to that effect, 
together with a photocopy of your ID card to the following address: APHELION 
SOLUCIONES INFORMATICAS S.L. C\ El Salvador 35 C.P. 46900 Torrent (Valencia). 
It is also your responsibility to see that this message or its attachments do 
not contain computer viruses, and if they do, that you eliminate them.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user