cancel
Showing results for 
Search instead for 
Did you mean: 

I have installed Alfresco Community Edition on to CentOS with apache already running. The install went fine but can't connect to 8080. Thoughts?

lbrown13
Champ on-the-rise
Champ on-the-rise

CentOS 7.3.1611

1 ACCEPTED ANSWER

lbrown13
Champ on-the-rise
Champ on-the-rise

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

View answer in original post

11 REPLIES 11

cesarista
World-Class Innovator
World-Class Innovator

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.

lbrown13
Champ on-the-rise
Champ on-the-rise

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