为了账号安全,请及时绑定邮箱和手机立即绑定

做spring和struts2整合实验的时候,不能访问到action。

做spring和struts2整合实验的时候,出现提交表单后出现404错误。不能访问到action,之前做struts2出现这个问题是把struts-spring-plugin.jar删除就可以。但现在做整合这个包是必须的,但还是出现这种错误。求解决!!!!!!!!!!!!!!

正在回答

4 回答

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>

0 回复 有任何疑惑可以回复我~
<!-- 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>


0 回复 有任何疑惑可以回复我~

不能访问到action,和包没关系吧,多半是大小写打错了,

0 回复 有任何疑惑可以回复我~

404不是路径的问题吗,为什么要删除这个包呢

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

做spring和struts2整合实验的时候,不能访问到action。

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信