I am using CentOS.
I am unable to start neo4j on port 80. Starting on port 7474 works, but for my case, my school only allows me to expose port 80 to the public. I am having trouble starting it: it is stuck at "waiting for server to be ready............." and does not finish up.
If I am using sudo service neo4j-service start, I get the error message "rm: cannot remove '/neo4j-test/data/neo4j-service.pid': No such file or directory".
Suspecting it could be apache that prevents me from using port 80, I have used yum to uninstall httpd, however, the problem persists.
What could be possible reasons that I am unable to start neo4j on port 80?