linux - Cannot connect to tomcat externally -

i install tomcat server on opensuse port 8080, can connect http://127.0.0.1:8080 in local machine.
do have linux firewall iptables configured?
if it's iptables can fix this statement
iptables -i input -p tcp --dport 8080 -j accept (you change iptables config accept external tcp connections, please make shure know doing if editing firewall ports)
Comments
Post a Comment