In Windows Server 2008 R2 PC (which is named as srv), I have installed Tomcat Server as a service and I have deployed there my web application. I can access my application (from any Windows PC) through srv:8080/myWebApplication from the browser.
However, when I try to access the web application from a tablet, it seems that the srv isn't recognized and the browser doesn't load anything. In contrary, when I use the IP of the server instead of its name: 192.168.0.2:8080/myWebApplication the web application is loaded fine.
Which is the reason, why the first way doesn't work in the tablets?