You can just have your server listen on the public port, then you can also access the web-ui. Note that the dashboard page only shows the highest relationship-id in use not the actual count.
I think it would make sense for you to upgrade to 1.8 then you can also pass a cypher statement to the server to get the total relationship count.
Michael
Am 11.10.2012 um 13:22 schrieb divyanshu das:
> I have neo4j 1.6.1 community edition instance running on ec2. I want to check the total number of relationships in the database. On local machine, it comes in the localhost:7474/webadmin. But how to check that in ec2 ? Is there a curl command for this?
> --