java - servlet don't respond to remote requests -


on windows 10 machine.

issue: servlet works on private ip on 8080 port, can't access remotely.

solutions tried:

  • open port 8080(port use on connectors) on firewall | turn off firewall (done)
  • disable anti-viruses (done)
  • tried once public ip on connector address, engine defaulthost, host name (and combination of of them), , same private ip!(done)

i skimmed tomcat/config documentations nothing helpful!


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -