I upgrade Neo4j community edition from 3.5 to 4.2. After upgrade I see the service is running but i am not able to access "http://localhost:7474/browser/". I am seeing message "Firefox can’t establish a connection to the server at localhost:7474.".
Before upgrade it was working fine. I followed the upgrade instructions and still not able to understand where the issue might be?
I took the backup of 3.5 config file and replicate to new config file of 4.2.
Also if I get step by step uninstalling Neo4j instruction, I would like to try that?
For 4.2.3, the default out-of-the-box looks like this...
# Bolt connector
dbms.connector.bolt.enabled=true
#dbms.connector.bolt.tls_level=DISABLED
#dbms.connector.bolt.listen_address=:7687
#dbms.connector.bolt.advertised_address=:7687
# HTTP Connector. There can be zero or one HTTP connectors.
dbms.connector.http.enabled=true
#dbms.connector.http.listen_address=:7474
#dbms.connector.http.advertised_address=:7474
# HTTPS Connector. There can be zero or one HTTPS connectors.
dbms.connector.https.enabled=false
#dbms.connector.https.listen_address=:7473
#dbms.connector.https.advertised_address=:7473