Well, In my pom.xml on my java project i have these dependencies:
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ha</artifactId>
<version>1.6</version>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-management</artifactId>
<version>1.6</version>
</dependency>
and I downloaded the Neo4j Enterprise edition. Version 1.6.1 to run
the Coordinators and the NEo4j Servers.
The thing is that i can make a cluster with only Neo4j Servers, or
with only Embedded graph, but not mixed. I need to do it mixed so I
can use the webadmin console.