when i accesss my web application hosted on local tomcat with localhost i see the expected welcome page but when i access it with ip address it does not work and give
404 error. I am not getting what is the issue with the link with ipaddress instead of localhost?
http://localhost:8080/wiki/ works fine
http://10.232.176.9:8080/wiki/ does not work
i have confirmed the ip address from ipconfig from command prompt. Its same.
That seems like your external IP, so you might have a router/firewall blocking access.
Have you tried accessing with
127.0.0.1:8080, or from (another computer in your) network, using an IP like10.1.1.X,192.168.1.Xor whathever your subnet is?