第一个web程序
用eclipse写的index.jsp打开网页时出现404问题(tomcat开启了,程序没有问题,http://local:8080/textFirstJsp/index.jsp) 搜索更多相关主题的帖子:
local 网页
----------------解决方案--------------------------------------------------------
路径错误!
----------------解决方案--------------------------------------------------------
localhost
----------------解决方案--------------------------------------------------------
404是找不到页面呀,要不你换成127.0.0.1试一下
----------------解决方案--------------------------------------------------------
http://local:8080/textFirstJsp/index.jsp
----------------解决方案--------------------------------------------------------
应该是http://localhost:8080/textFirstJsp/index.jsp
----------------解决方案--------------------------------------------------------
http://local:8080/textFirstJsp/index.jsp 改成
http://localhost:8080/textFirstJsp/index.jsp
----------------解决方案--------------------------------------------------------
http://local:8080/textFirstJsp/index.jsp 改成http://localhost:8080/textFirstJsp/index.jsp
如果还不行的话,就需要查看etc/host是否正确
----------------解决方案--------------------------------------------------------