OH MY GOD
It's working! You are unbelievable! Thank you so much!
Filip Hanik - Dev Lists wrote:
>
> your redhat/centos server is blocking port 8080, you must open that port
> up.
> or better, proxy through your httpd server
>
> in /etc/httpd/conf/httpd.conf add the following lines
>
>
> Pr
your redhat/centos server is blocking port 8080, you must open that port up.
or better, proxy through your httpd server
in /etc/httpd/conf/httpd.conf add the following lines
ProxyRequests Off
ProxyPass /alfresco http://localhost:8080/alfresco
ProxyPassReverse /alfresco http://localhost:8080/alf
Hi,
This is my first Linux installation, and my first tomcat install, so please
excuse me if I'm missing something obvious. I'm running Alfresco, which is a
CMS that runs on tomcat. I have a Linux server (CentOS 4.4, i.e. Red Hat ES
4). I can connect to the server through ssh, and "lynx
http://1