linux - Cannot connect to tomcat externally -


enter image description here

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

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -