I run a web project locally within Netbeans. So the tomcat server starts up and it can be accessed normally by typing localhost:8080 into some browser. Everything fine so far. But what I need is to access it from outside, say from a android mobile (which I connected by wifi hotspot -obviously resides in the same wireless network). So when he types the following :8080 I should reach the locally running webserver (within Netbeans). But that doesn't work!
Some more details
Windows 7 OS
NetBeans 8.03
Webserver :Tomcat server
When launching the Tomcat server from within Netbeans I can access it with: http://localhost:8080
I cannot access it however from my local PC(where the webserver is running within Netbeans) with: http://192.168.0.5:8080
where the IP is my IP address in the network.
The output on browser shows the following error
HTTP STATUS 404 - [location specified in URL] TYPE : status report MESSAGE: [location specified in URL] DESCRIPTION : the requested resource is not available
I have all Firewalls disabled!