How can I browse my Tomcat localhost from another computer on the network?

前端 未结 10 1821
滥情空心
滥情空心 2020-12-31 01:30

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

10条回答
  •  旧巷少年郎
    2020-12-31 02:18

    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.

提交回复
热议问题