Could not open ServletContext resource...
(2009-03-06 19:50:32)
标签:
杂谈 |
分类: J2EE |
Could not open ServletContext
resource [/WEB-INF/action-servlet.xml] 的解决方案
这个错误主要是 struts-config.xml 或 web.xml 上配置出错,仔细对比后就可以解决:
struts-config.xml
<controller
processorClass="org.springframework.web.struts.DelegatingRequestProcess
<plug-in
className="org.springframework.web.struts.ContextLoaderPlugIn">
</plug-in>
web.xml
<context-param>
</context-param>
<servlet>
</servlet>