tomcat6
I cannot seems to connect to
5 Replies
Thanks for replying.
Yes I am running the same but I am running this in Putty which is connected to my Linode.
Oops! Google Chrome could not connect to 106.187.101.107:8080
I cant seems to open the tomcat page from my desktop browser.
This will tell you which applications are listening to which ports. Look for the IP address before ':8080', this will tell you what IP address tomcat is using.
The reason that curl can reach it is because it is actually running on your Linode.
-A INPUT -p tcp --dport 8080 -j ACCEPT
and reactivate firewall rules to apply new change by executing following command
sudo iptables-restore < /etc/iptables.firewall.rules