404错误,求大神解答

来源:4-1 页面创建-Struts2整合Spring

DRlove

2017-07-17 15:56

Type Status Report

Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.


完全按照老师讲的一步一步配置的,结果出现这种错误,服务器正常启动,没有报错

写回答 关注

2回答

  • 慕设计1067059
    2017-09-25 16:39:29

    。。。。。。。


  • D明日边缘
    2017-07-20 18:28:21

    ssh整合出现的404大多是监听器配置问题     

    <!-- 配置Spring框架核心的监听器 -->

        <listener>

            <listener-class>org.springframework.web.context.ContextLoaderListener </listener-class>     

        </listener>

        <context-param>

            <param-name>contextConfigLocation</param-name>

              <!-- 该路径以webRoot作为根路径  默认/WEB-INF/ -->

            <param-value>classpath:applicationContext.xml</param-value>

        </context-param>

    而classpath:就是src目录下的配置文件


基于SSH实现员工管理系统之框架整合篇

本视频教程主要介绍环境搭建和SSH框架整合,逐层深入理解学习

49832 学习 · 344 问题

查看课程

相似问题