美文网首页
No mapping found for HTTP reques

No mapping found for HTTP reques

作者: PHPMyCMS | 来源:发表于2018-07-20 09:44 被阅读0次

出现了很多次访问失败,但是重启一下即可正常访问!

<servlet-mapping>
    <servlet-name>appServlet</servlet-name>
    <url-pattern>/</url-pattern>
</servlet-mapping>

Eclipse restart即可!

基于如上所示的web.xml配置,若遇到其他问题,欢迎指出!

相关文章

网友评论

      本文标题:No mapping found for HTTP reques

      本文链接:https://www.haomeiwen.com/subject/ablfmftx.html