Localhost: 7474 / graphaware / changefeed / CFM gives 404

I am trying to track the latest changes in neo4j in server mode

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

as i see additional node added and there are changes about my db here

enter image description here

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 added

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

      

-1


source to share


1 answer


The GraphAware framework and modules will only work on Windows if you installed Neo4j from a zip and no installer.



+2


source







All Articles