Hi all, i try to deploy the my application to AWS Elastic Beanstalk with Tomcat 7. The app runs well in localhost. I include all the jar files to war lib. When i run the code - GraphDatabaseService neo = new EmbeddedGraphDatabase( "/opt/tomcat7/webapps/ROOT/var/graphdb" ); - and it did create the database files. When i use ssh to access the host, it did indicate that the files exist. However, when i try to retrieve the nodes, it does not show anything. No return on getProperty(), etc...
I include the following jars in the lib. gson-1.7.1.jar gwt-maps.jar gwt-servlet.jar json-simple-1.1.jar jta.jar lucene-core-3.1.0.jar neo4j-1.4.jar neo4j-cypher-1.4.jar neo4j-graph-algo-1.4.jar neo4j-graph-matching-1.4.jar neo4j-jmx-1.4.jar neo4j-kernel-1.4.jar neo4j-kernel-1.4-tests.jar neo4j-lucene-index-1.4.jar neo4j-udc-1.4.jar scala-library-2.9.0-1.jar servlet-api-2.4.jar Is there anything else that i should pay attention to? I really appreciate any suggestion from you all. best regards, Bryan. _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

