读书人

关于MyEclipe的有关问题

发布时间: 2012-11-09 10:18:47 作者: rapoo

关于MyEclipe的问题
我用MyEclipse新建了一个Web Project (姑且叫a)自动生成一个index.jsp,另外新建了几个jsp文件。启动服务器,配置正常,加载了a 的。问题就是:在网页输入http://localhost:8080/a/index显示404错误,提示如下
type :Status report

message :/a/index.jsp/

description: The requested resource (/a/index.jsp/) is not available.
但是,我输入http://localhost:8080/a/会登录到我的index.jsp页面,并且可以实现其他jsp的连接。请大神指导,不甚感激。


[解决办法]
这个地址:http://localhost:8080/a/index.jsp 没问题吧?
http://localhost:8080/a/index.jsp/ 加个/就不行了。
[解决办法]

探讨

就是输入的http://localhost:8080/a/index.jsp/显示404错误

读书人网 >Eclipse开发

热点推荐