Exception sending context initialized event to listener instance of class
(2011-04-10 15:45:23)
标签:
目录移动分析解决文件exceptionsendingcontextinitializedeventit |
分类: IT |
严重:
Exception sending context initialized event to listener instance of
class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanDefinitionStoreException:
IOException parsing XML document from ServletContext resource
[/WEB-INF/applicationContext.xml]; nested exception is
java.io.FileNotFoundException: Could not open ServletContext
resource [/WEB-INF/applicationContext.xml]
分析:可能是tomcat找不到applicationContext.xml文件
解决方法:
把applicationContext.xml移动到/WEB-INF/目录下。