I\'m an IIS guy and know its as simple as just using the http://[computername]/path to webapp.. however, I can\'t seem to figure out how to make this possible for a JSP appl
this works fine simply write http://your_ipaddress:8080(tomcat server port)/project name
and make sure you are connected to same network and project is deployed on tomcat.