Lasse, Thanks for your reply. My problem is on of my application is developed using REST and other is developed using Cypher JDBC and both of them are using the same db. How can I access the same db for both the situations. Please help.
-Sukaant Chaudhary <http://in.linkedin.com/pub/sukaant-chaudhary/33/ba8/479> On Tue, Jan 20, 2015 at 2:16 PM, Lasse Westh-Nielsen < [email protected]> wrote: > Hey Sukaant, > > You can't do that, because you really shouldn't do that. > > Those files are owned by the server process and should not be accessed > concurrently with the server, as that might cause all sorts of bad things. > > What is it you want to do? > > > > > On Tue, Jan 20, 2015 at 9:25 AM, Sukaant Chaudhary < > [email protected]> wrote: > >> Hi, >> I'm trying to access graph.db folder in neo4j using Cypher JDBC when the >> neo4j server is started, but I'm getting error that it is in use. >> >> Please help me how to run both simultaneously. >> >> -Sukaant Chaudhary >> <http://in.linkedin.com/pub/sukaant-chaudhary/33/ba8/479> >> >> -- >> 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/d/optout. >> > > -- > 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/d/optout. > -- 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/d/optout.
