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

web.xml配置问题?和404The requested resource is not available.

web.xml跟老师讲的一样,jar包检查无误,但是就是发布后,在网页上无法访问工程,但是如果注释掉web。xml的配置后又能正常访问了,求大神指点!!

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

  <!--  <listener>

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

  </listener> -->

  

 <!--  <context-param>

  <param-name>contextConfigLoaction</param-name>

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

  </context-param>  -->

  

  <!-- 配置Struts2框架的核心过滤器 -->

   <!-- <filter>

    <filter-name>struts2</filter-name>

    <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>

  </filter>

  <filter-mapping>

<filter-name>struts2</filter-name>

<url-pattern>/*</url-pattern>

  </filter-mapping>  --


正在回答

2 回答

context-param的contextconfiglocation拼错了

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

Mark_G 提问者

非常感谢!
2017-01-13 回复 有任何疑惑可以回复我~

哦哦,谢谢了,看来我写对了,嘻嘻onclick

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

举报

0/150
提交
取消

web.xml配置问题?和404The requested resource is not available.

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