Hi Peter, *Following are the contents of my neo4j-server.properties:*
################################################################ # Neo4j configuration # ################################################################ #*************************************************************** # Server configuration #*************************************************************** # location of the database directory org.neo4j.server.database.location=data/graph.db # Let the webserver only listen on the specified IP. Default is localhost (only # accept local connections). Uncomment to allow any connection. Please see the # security section in the neo4j manual before modifying this. #org.neo4j.server.webserver.address=0.0.0.0 # # HTTP Connector # # http port (for all data, administrative, and UI access) org.neo4j.server.webserver.port=7474 # # HTTPS Connector # # Turn https-support on/off org.neo4j.server.webserver.https.enabled=true # https port (for all data, administrative, and UI access) org.neo4j.server.webserver.https.port=7473 # Certificate location (auto generated if the file does not exist) org.neo4j.server.webserver.https.cert.location=conf/ssl/snakeoil.cert # Private key location (auto generated if the file does not exist) org.neo4j.server.webserver.https.key.location=conf/ssl/snakeoil.key # Internally generated keystore (don't try to put your own # keystore there, it will get deleted when the server starts) org.neo4j.server.webserver.https.keystore.location=data/keystore #***************************************************************** # Administration client configuration #***************************************************************** # location of the servers round-robin database directory. Possible values: # - absolute path like /var/rrd # - path relative to the server working directory like data/rrd # - commented out, will default to the database data directory. org.neo4j.server.webadmin.rrdb.location=data/rrd # REST endpoint for the data API # Note the / in the end is mandatory org.neo4j.server.webadmin.data.uri=/db/data/ # REST endpoint of the administration API (used by Webadmin) org.neo4j.server.webadmin.management.uri=/db/manage/ # Low-level graph engine tuning file org.neo4j.server.db.tuning.properties=conf/neo4j.properties # The console services to be enabled org.neo4j.server.manage.console_engines=shell # Comma separated list of JAX-RS packages containing JAX-RS resources, one # package name for each mountpoint. The listed package names will be loaded # under the mountpoints specified. Uncomment this line to mount the # org.neo4j.examples.server.unmanaged.HelloWorldResource.java from # neo4j-examples under /examples/unmanaged, resulting in a final URL of # http://localhost:7474/examples/unmanaged/helloworld/{nodeId} #org.neo4j.server.thirdparty_jaxrs_classes=org.neo4j.examples.server.unmanaged=/examples/unmanaged #***************************************************************** # HTTP logging configuration #***************************************************************** # HTTP logging is disabled. HTTP logging can be enabled by setting this # property to 'true'. org.neo4j.server.http.log.enabled=false # Logging policy file that governs how HTTP log output is presented and # archived. Note: changing the rollover and retention policy is sensible, but # changing the output format is less so, since it is configured to use the # ubiquitous common log format org.neo4j.server.http.log.config=conf/neo4j-http-logging.xml -Sukaant Chaudhary On Mon, Dec 23, 2013 at 1:57 PM, Peter Neubauer < [email protected]> wrote: > Sorry, > Please look into Neo4j-Server.properties > > /peter > > (snt)-[:frm]->(phn) > On Dec 23, 2013 9:18 AM, "Sukaant Chaudhary" <[email protected]> > wrote: > >> Hi Peter, >> *This is my PATH:* >> /home/sukaant/Sukaant/neo4j/neo4j-community-2.0.0/conf/neo4j.properties >> >> *Following are the contents:* >> # Default values for the low-level graph engine >> #neostore.nodestore.db.mapped_memory=25M >> #neostore.relationshipstore.db.mapped_memory=50M >> #neostore.propertystore.db.mapped_memory=90M >> #neostore.propertystore.db.strings.mapped_memory=130M >> #neostore.propertystore.db.arrays.mapped_memory=130M >> >> # Enable this to be able to upgrade a store from an older version >> #allow_store_upgrade=true >> >> # Enable this to specify a parser other than the default one. >> #cypher_parser_version=2.0 >> >> # Keep logical logs, helps debugging but uses more disk space, enabled for >> # legacy reasons To limit space needed to store historical logs use >> values such >> # as: "7 days" or "100M size" instead of "true" >> keep_logical_logs=true >> >> # Autoindexing >> >> # Enable auto-indexing for nodes, default is false >> #node_auto_indexing=true >> >> # The node property keys to be auto-indexed, if enabled >> #node_keys_indexable=name,age >> >> # Enable auto-indexing for relationships, default is false >> #relationship_auto_indexing=true >> >> # The relationship property keys to be auto-indexed, if enabled >> #relationship_keys_indexable=name,age >> >> >> -Sukaant Chaudhary >> >> >> On Mon, Dec 23, 2013 at 1:38 PM, Peter Neubauer < >> [email protected]> wrote: >> >>> If you are on Windows, please use the keyboard combination of Ctrl + C >>> to copy, and Ctrl + V to paste on your destination server in your file >>> explore network environment. >>> >>> On Linux, use the 'cp' command. >>> >>> On your destination server, make sure that your database directory for >>> the server in your config/Neo4j.properties points to your database folder, >>> and restart the server. >>> >>> /peter >>> >>> (snt)-[:frm]->(phn) >>> On Dec 23, 2013 8:45 AM, "Sukaant Chaudhary" < >>> [email protected]> wrote: >>> >>>> Hi, >>>> Peter: >>>> Is there any query to get this? >>>> (snt)-[:frm]->(phn) >>>> Please explain, it is not clear to me. >>>> >>>> Wes: >>>> I tried this but the data is not reflecting in my Dashboard. >>>> >>>> -Sukaant Chaudhary >>>> >>>> >>>> On Mon, Dec 23, 2013 at 12:42 PM, Wes Freeman <[email protected]>wrote: >>>> >>>>> Shut down the database, tar up the files in data/graph.db/, and copy >>>>> them to the other server. >>>>> >>>>> Wes >>>>> >>>>> >>>>> On Mon, Dec 23, 2013 at 2:05 AM, Sukaant Chaudhary < >>>>> [email protected]> wrote: >>>>> >>>>>> Hi, >>>>>> Please suggest me how to copy database from 1 server to another. >>>>>> >>>>>> -Sukaant Chaudhary >>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "Neo4j" group. >>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>> send an email to [email protected]. >>>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>>> >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Neo4j" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>> >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Neo4j" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Neo4j" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Neo4j" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
