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

cancel
Showing results for 
Search instead for 
Did you mean: 
cesarista
Customer

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

Jump to solution

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
Active Member

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

Jump to solution

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