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?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
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 May 1 '10 at 23:36
Instructions for how to change the port are found at wiki.neo4j.org/content/Getting_Started_REST#Configure_port – nawroth May 2 '10 at 9:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.