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
, enginedefaulthost
, hostname
(and combination of of them), , same private ip!(done)
i skimmed tomcat/config documentations nothing helpful!
Comments
Post a Comment