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

前端 未结 10 1778
滥情空心
滥情空心 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:23

    if your ip were 192.122.11.22 you have to write http://192.122.11.22:8080/proyectname (if dont, then look your firewall)

提交回复
热议问题