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
You need to use the Port of Tomcat which is by default 8080. So you might want to access you localhost on machine A from machine B as
http://A:8080/YourProject
And Remember Unlike IIS , it is case sensitive.