首页 > Web开发 > 详细

eclipse启动web应用 报错

时间:2019-03-27 19:30:37      阅读:180      评论:0      收藏:0      [点我收藏+]

错误:The origin server did not find a current representation for the target resource or is not willing to。。。

我的原因是没有写全路径:用eclipse跑的只有项目名而没有具体路径

如:

http://localhost:8080/Test

添加后面的就行了

如:

http://localhost:8080/Test/regist.jsp

 

 

 

 

如果没有解决你的问题,你可以看看下面这个链接:

https://blog.csdn.net/dbc_121/article/details/79204340

eclipse启动web应用 报错

原文:https://www.cnblogs.com/51python/p/10609833.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!