Local Link Not Opening from Internet
I have created my first web project in j2ee in开发者_如何转开发 my local machine http://localhost:8080/sprinMvc/jsp/hello_world.jsp
but when i tried to open this link from internet ,from other system its saying ,Not able to conect to the web server. For eg: Suppose my ip is 49.67.10.150, i have replace the localhost with the ip .Still its not working Please Help me !
check whether you have any firewall/security software that might be blocking the inbound connection
I think you have made a spelling mistake the g in springmvc is missing. http://localhost:8080/springMvc/jsp/hello_world.jsp
Another thing is to check if u could access the webserver from remote computers. for this try doing this http://localhost:8080/ and it should come up with its working(if u have apache webserver) or something like that in case of others. Also try to see the error logs of your firewall and web
精彩评论