java - Access localhost web application in network -


i have deployed web application in apache tomcat server. can use application in http://localhost:port_number/appname.

i want access appname computer connected in lan. can see references involving wamp, using apache tomcat.

first, need know ip address of server in lan. can access server app like

http://192.168.1.100:8080/appname

where 192.168.1.100 ip , "8080" tomcat server port. after this, have check, if tomcat server listening lan ip.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -