Hello,
I would like to know how to enable rest and web interface (admin interface)
thanks to spring data neo4j.
My context.xml :
<bean id="graphDatabaseService"
class="org.springframework.data.neo4j.support.GraphDatabaseServiceFactoryBean"
destroy-method="shutdown" scope="singleton">
<constructor-arg value="mygraphdb"/>
<constructor-arg>
<map>
<entry key="enable_remote_shell" value="true"/>
<entry key="allow_store_upgrade" value="true"/>
</map>
</constructor-arg>
</bean>
When I launch localhost:7474 it doesn't work. (everything is fine
concerning my webapp create delete ...)
Thanks in advance
--
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.