Mark_G
2017-01-08 16:17
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> --
context-param的contextconfiglocation拼错了
基于SSH实现员工管理系统之框架整合篇
49832 学习 · 344 问题
相似问题