我是靠谱客的博主 冷艳啤酒,最近开发中收集的这篇文章主要介绍servlet报错HTTP method GET is not supported by this URL,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
报错信息如下
HTTP Status 405 - HTTP method GET is not supported by this URL
type Status report
message HTTP method GET is not supported by this URL
description The specified HTTP method is not allowed for the requested resource.
Apache Tomcat/7.0.75
原因是在覆盖doPost或者doGet的时候忘记去掉super.doGet或则super.doPost了,去掉就好了。
最后
以上就是冷艳啤酒为你收集整理的servlet报错HTTP method GET is not supported by this URL的全部内容,希望文章能够帮你解决servlet报错HTTP method GET is not supported by this URL所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复