问题描述
我是用myEclipse自动加载的struts1和Hibernate,spring是手动配置的,报以下错误,奇怪的是,明明之前配好的项目,现在启动是也会报这个错。。。//报错提示org.springframework.beans.factory.BeanInitializationException:Couldnotloadproperties;nestedexceptionisjava.io.FileNotFoundException:CouldnotopenServletContextresource[/WEB-INF/mail.properties]atorg.springframework.beans.factory.config.PropertyResourceConfigurer.postProcessBeanFactory(PropertyResourceConfigurer.java:78)......011-3-1213:00:04org.apache.catalina.core.StandardContextlistenerStart严重:Exceptionsendingcontextinitializedeventtolistenerinstanceofclassorg.springframework.web.context.ContextLoaderListenerorg.springframework.beans.factory.BeanInitializationException:Couldnotloadproperties;nestedexceptionisjava.io.FileNotFoundException:CouldnotopenServletContextresource[/WEB-INF/mail.properties]........13:00:13,343ERRORContextLoader:206-Contextinitializationfailedorg.springframework.beans.factory.BeanInitializationException:Couldnotloadproperties;nestedexceptionisjava.io.FileNotFoundException:CouldnotopenServletContextresource[/WEB-INF/mail.properties]mail.properties这是个什么文件?起什么作用的呀?急!!!
解决方案
解决方案二:
是不是你在web.xml中配置了mail.properties?
解决方案三:
先手动加一个文件上去呗根据错误信息慢慢跟踪提示少什么就加什么
解决方案四:
邮件配置文件?!