错误: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
原文地址:https://www.cnblogs.com/51python/p/10609833.html
时间: 2024-10-11 20:15:31