Database Reference
In-Depth Information
Configuring a Neo4j cluster on Windows
Let's perform the following steps to install the Neo4j Enterprise Edition on Windows:
1. Download and install Oracle Java 7, available at http://www.oracle.com/technet-
work/java/javase/install-linux-self-extracting-138783.html or Open JDK 7, avail-
able a t https://jdk7.java.net/download.html .
2. Open the environment variables and set the JAVA_HOME variable:
3. Depending upon your platform (64 or 32 bit), download the appropriate Windows
archive from http://neo4j.com/download/other-releases/ .
4. Once downloaded, extract the archive into any of the selected folders and let's refer
to the top-level extracted directory as NEO4J_HOME .
5. Open <$NEO4J_HOME>\conf\neo4j-server.properties and enable/
modify the following properties:
#org.neo4j.server.database.mode=HA : This property allows
us to keep this value as HA . You can run it as standalone too by providing
the value as SINGLE .
#org.neo4j.server.webserver.address=0.0.0.0 : This
property allows us to enable and provide the IP of the Node for enabling
remote access.
6. Open <$NEO4J_HOME>\conf\neo4j.properties and enable/modify the
following properties:
Search WWH ::




Custom Search