struts 1.3.8 找不到配置文件

jimmyrubya 2010-09-25
我的struts配置文件在WEB-INF下,后来把它挪到src下,即classpath下就找不到配置文件的异常:
Missing configuration resource for path classpath:config/sysconfig/struts-config.xml

在tomcat下检查过文件存在,路径正确。

web.xml:
<init-param>
      <param-name>config</param-name>
      <param-value>classpath:config/sysconfig/struts-config.xml</param-value>
</init-param>
Global site tag (gtag.js) - Google Analytics