祖国的Flower
2018-09-21 22:08
做spring和struts2整合实验的时候,出现提交表单后出现404错误。不能访问到action,之前做struts2出现这个问题是把struts-spring-plugin.jar删除就可以。但现在做整合这个包是必须的,但还是出现这种错误。求解决!!!!!!!!!!!!!!
web.xml里面spring配置
<!-- Spring的框架核心监听器配置 -->
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:applicationContext.xml</param-value>
</context-param>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
<!-- Spring的框架核心监听器配置 --> <context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath:applicationContext.xml</param-value> </context-param> <listener> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> </listener>
不能访问到action,和包没关系吧,多半是大小写打错了,
404不是路径的问题吗,为什么要删除这个包呢
基于SSH实现员工管理系统之框架整合篇
49832 学习 · 344 问题
相似问题