I'd like to know if it is possible to have this application (neo4j) running on windows server 2008 alongside an asp.net mvc application. Reason for this, I need to access the graph database (neo4j) which provides a RESTful service from my mvc application. How would I go about setting up this architecture?
+1
A:
According to the website you linked to the application is self-contained (no Tomcat etc required). So just installing the Windows package and following the instructions here (for starting the service) should suffice.
ChristopheD
2010-05-01 23:17:12
He may need to change the default port number of `neo4j` to avoid colliding with (I guess) IIS. But that should not be difficult.
Stephen C
2010-05-01 23:36:12
Instructions for how to change the port are found at http://wiki.neo4j.org/content/Getting_Started_REST#Configure_port
nawroth
2010-05-02 09:02:39