Could not open ServletContext resource [/WEB-INF/applicationContext.xml]”解决方案

Posted hcl763088301

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Could not open ServletContext resource [/WEB-INF/applicationContext.xml]”解决方案相关的知识,希望对你有一定的参考价值。

web .xml的配置文件,加入了listener监听器,使找不到web.xml文件

如果不特意指定参数名为contextConfigLoction的<context-parameter>元素,那么spring的ContextLoderListener监听器就会在/WEB-INF/下去寻找并加载该目录下的名为applicationContext.xml这个文件

因此如果要加载web.xml,需要添加一个context标签

<context>

  <param-name>contextConfigLocation</param-name>

  <param-value>classpath:web.xml (你想要加载的文件名) </param-value>

</context>

以上是关于Could not open ServletContext resource [/WEB-INF/applicationContext.xml]”解决方案的主要内容,如果未能解决你的问题,请参考以下文章

跪求答案 Error:could not open ' D:\ JAVA \ lib \ i386 \

domino无法启动:could not open id file

Could not open input file: composer.phar

Nginx启动报错: could not open error log file: open() &q

Could not open Selected VM debug port (8700) (转)

“laravel.log” could not be opened: failed to open stream