Hi, i have a dedicated server running ubuntu 8.04. On it i have apache2, the firewall (ufw) and tomcat. I installed tomcat by hand (from the website, as opposed to via apt).
My problem is that i cannot connect to it via a browser. I do http://X.X.X.X:8080 but it gives me 'X.X.X.X is not responsing'. However, i can connect to apache through the browser. I turned off the firewall, but that did not help. I can connect locally using telnet localhost 8080. netstat -nan finds: tcp6 0 0 :::8080 :::* LISTEN I googled this, but i couldn't find anything that helped me any further. If i missed something i should read, please point me to it. Else, has anyone an idea what else i could do? thanks matt