I downloaded Neo4j 1.2 release for linux from http://neo4j.org/get?file=neo4j-1.2-unix.tar.gz and extracted it to a directory using tar -zxvf <file>. I installed the service using bin/neo4j install option. Next, I followed documentation at http://wiki.neo4j.org/content/Getting_Started_With_Neo4j_Server. After the neo4j server is started successfully, when I try the curl command curl -H Accept:application/json http://localhost:7474/db/data/
I get the following response: <HTML> <HEAD><TITLE>Redirection</TITLE></HEAD> <BODY><H1>Redirect</H1></BODY> Also from firefox, when I try to access webadmin at http://gigdev8028.gig.acxiom.net:7474/webadmin/ I get the following error message: Server connection lost Attempting to re-establish connection.. I have not changed any config files. uname-a command returns the following: 2.6.18-194.el5 #1 SMP Tue Mar 16 21:52:39 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux The 2 log files neo4j.log and wrapper.log under data/log directory do not show any error messages. Am I missing something? -Hemant *************************************************************************** The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be legally privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please resend this communication to the sender and delete the original message or any copy of it from your computer system. Thank You. **************************************************************************** _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

