错误: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 如果没有解决你的问题,你可以看看下面这个链接: http…