I’m trying to make my PC become a webserver using tomcat. The last time I did it was 6 months ago, and I totally did it. However, I couldn’t do it this time. my steps are:
- set static IP by go to Local area network properties and go to TCP/IP 4, check use the following IP address and input :
- open browser and type 192.168.1.1 to access DSL router, to NAT and input like following

- go to ip2location.com to see my router ip address. Then on my phone browser (using 3G, not the same line with my computer), I enter the ip address + port 8080 + / + myproject name. It displays not found.

I also have xampp, and I usually turn it off to access to tomcat server except this time.
🙁
The page displayed is probably being served by your router.
You configured your router to redirect all incoming requests on port
80(external) to the machine with IP192.168.1.2at port80(internal). On the other hand your phone is making a request to your router on port8080.I suggest setting
8080for both “Internal Port Start” and “Internal Port End” and requesting your pages on your phone without the port, i.e., just with your external IP you got from ip2location.