访问页面404
来源:5-3 03——后端在Tomcat中运行ocRest项目,前端在Apache服务器中运行front项目

weixin_慕UI1121581
2019-12-06
[12/06 18:11] DispatcherServlet with name ‘app-servlet’ processing GET request for [/ocRest/]
[12/06 18:11] Looking up handler method for path /index.html
[12/06 18:11] Did not find handler method for [/index.html]
[12/06 18:11] No mapping found for HTTP request with URI [/ocRest/] in DispatcherServlet with name ‘app-servlet’
[12/06 18:11] Successfully completed request
[12/06 18:11] Returning cached instance of singleton bean ‘sqlSessionFactory’
web-inf/pages/index.html 是存在的
写回答
1回答
-
祁聪
2019-12-07
先看一下tomcat是否正常启动了,如果启动正常看一下url请求是否正确,可以在controller中打个断点看看跟踪一下请求
00
相似问题