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.properties. you need to change these lines to the port value:
org.neo4j.server.webserver.port=7474 org.neo4j.server.webadmin.data.uri=http://localhost:7474/db/data/ org.neo4j.server.webadmin.management.uri=http://localhost:7474/db/manage/ The database paths are pointing to relative locations, so they should be working out of the box. Does that work for you? 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/19 Guillem Medina Martínez <[email protected]>: > 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 > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

