Hi:
Do you have a local firewall in your Centos machine ? Check your iptables to open 8080 or 9090...
Additionally, you should validate that the host name of the server can be resolved in DNS too, and check that the IP address and the host name of the server are correctly set in /etc/hosts
Regards.
--C.
I couldn't connect to port 9090 until I added a rule in iptables
sudo iptables -I INPUT 7 -p tcp --dport 8080 -m state --state NEW -j ACCEPT
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.