zoukankan      html  css  js  c++  java
  • Spring MVC controller控制器映射无法访问问题!!!

    月 26, 2019 2:47:58 上午 org.apache.coyote.AbstractProtocol start
    信息: Starting ProtocolHandler ["ajp-nio-8009"]
    二月 26, 2019 2:47:58 上午 org.apache.catalina.startup.Catalina start
    信息: Server startup in 78352 ms
    DEBUG [http-nio-8080-exec-6] - GET "/rbac/login", parameters={}
    DEBUG [http-nio-8080-exec-6] - Mapped to org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler@77461a
    DEBUG [http-nio-8080-exec-6] - Completed 404 NOT_FOUND
    DEBUG [http-nio-8080-exec-8] - GET "/rbac/queryAll", parameters={}
    DEBUG [http-nio-8080-exec-8] - Mapped to org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler@77461a
    DEBUG [http-nio-8080-exec-8] - Completed 404 NOT_FOUND
    DEBUG [http-nio-8080-exec-1] - GET "/rbac/queryAll", parameters={}
    DEBUG [http-nio-8080-exec-1] - Mapped to org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler@77461a
    DEBUG [http-nio-8080-exec-1] - Completed 404 NOT_FOUND

    2

    我重新把一个最简单的 servlet 工程部署,也是报 404

    http://localhost:8080/testweb/FirstServlet

    那么说明,有可能是 eclipse tomcat 也就是环境的问题

    20190226 0338

  • 相关阅读:
    如何封装一个Ajax函数
    了解Ajax及Ajax如何发送请求
    jQuery的animate动画方法及动画排队问题解决
    jQuery的几种显示隐藏方法
    冲鸭!电瓶车
    Qt中使用HTTPS
    空非空
    河西走廊
    “财富自由”者之殇
    说鞋
  • 原文地址:https://www.cnblogs.com/moonsoft/p/10434948.html
Copyright © 2011-2022 走看看