localhost:7474/graphaware/changefeed/CFM gives 404

霸气de小男生 提交于 2019-12-12 06:57:53

问题


i am trying to track latest changes in neo4j in Server Mode

so i followed this link https://github.com/graphaware/neo4j-changefeed

as i see some extra node are added and here are changes about my db

but http://localhost:7474/graphaware/changefeed/CFM gives me 404

i am using neo4j 2.2.2

and my neo4j.properties

com.graphaware.runtime.enabled=true
com.graphaware.module.CFM.1=com.graphaware.module.changefeed.ChangeFeedModuleBootstrapper

com.graphaware.module.CFM.maxChanges=100

com.graphaware.module.CFM.pruneDelay=10000

com.graphaware.module.CFM.pruneWhenExceeded=10

com.graphaware.module.CFM.node=!hasLabel('NotIncluded')

com.graphaware.module.CFM.relationship=!isType('NOT_INCLUDED')

plugins i added

graphaware-server-community-all-2.2.2.31.jar
graphaware-changefeed-2.2.2.31.7.jar

回答1:


The GraphAware framework and modules will work on Windows only if you've installed Neo4j from the zip and not the installer.



来源:https://stackoverflow.com/questions/30961993/localhost7474-graphaware-changefeed-cfm-gives-404

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!