2

Sorry for the newbie question, i see lots of references to conf/neo4j-wrapper.conf , but cannot find this anywhere on my windows server installation of Neo4j 2.1.2.

can somebody tell me where it is please?

thanks

2 Answers2

2

You'll have to create the "conf" directory yourself.

I tried it on my windows machine before answering you, as I encountered the same problem initially.

In my case, I first created the directory C:\Program Files (x86)\Neo4j Community\conf and in there I created the files

  • neo4j.properties
  • neo4j-wrapper.conf

See Neo4j post here

Viswanath
  • 1,413
  • 13
  • 25
0

I might be mistaken, but, I don't believe the Windows version puts an instance of that file on disk.

Given that neo4j.properties is in your actual graph DB directory (e.g. c:\\Neo4j\default.graphdb), you might try creating an instance of the file there and seeing what happens.

Or you could also try creating a conf/ directory from that same location and putting it in there.

I'm used to working with the Linux version, myself.

Let us know what you find!

HTH

BtySgtMajor
  • 1,380
  • 10
  • 26