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
where 192.168.1.100 ip , "8080" tomcat server port. after this, have check, if tomcat server listening lan ip.
Comments
Post a Comment