HTTP Status 405 – Method Not Allowed HTTP method GET is not supported by this URL
生活随笔
收集整理的這篇文章主要介紹了
HTTP Status 405 – Method Not Allowed HTTP method GET is not supported by this URL
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
如圖
出現這個錯誤的原因是Servlet中doGet和doPost的問題導致的,要將調用父類方法的super刪除。還有doPost中要調用doGet方法。
總結
以上是生活随笔為你收集整理的HTTP Status 405 – Method Not Allowed HTTP method GET is not supported by this URL的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: web.xml中web-app标签报错
- 下一篇: (JavaWeb)ServletCont