org.springframework.web.servlet.DispatcherServlet.noHandlerFound

1、完整的错误日志信息:

[http-8080-1] org.springframework.web.servlet.PageNotFound  - method:org.springframework.web.servlet.DispatcherServlet.noHandlerFound(DispatcherServlet.java:1080)No mapping found for HTTP request with URI [/gacollector/index.html] in DispatcherServlet with name 'springmvc'


2、问题原因:关于使用"/"来 dispatcherServlet 的url-pattern带来的问题

转自:http://www.cnblogs.com/rollenholt/archive/2012/12/26/2834209.html


3、3种解决办法

http://blog.csdn.net/this_super/article/details/7884383

推荐办法2

在相应的 -servlet.xml中添加spring配置


你可能感兴趣的:(web)