问题描述
这几天安装tomcat+CAS中,其中在连接数据库的时候网页出现出现Therequestedresourceisnotavailable的404错误。tomcat的log中记录错误为Exceptionsendingcontextdestroyedeventtolistenerinstanceofclassorg.jasig.cas.web.init.SafeContextLoaderListenerjava.lang.IllegalStateException:BeanFactorynotinitializedoralreadyclosed-call'refresh'beforeaccessingbeansviatheApplicationContext。网上查找错误原因说是ApplicationContextctx=newClassPathXmlApplicationContext();没有指定applicationContext.xml;我就一直纳闷与这句话在哪儿?我没有写过java文件,更不要提这句话了!
解决方案
解决方案二:
在web项目中我们一般在web.xml做配置<!--Spring上下文配置--><context-param><param-name>contextConfigLocation</param-name><param-value>/WEB-INF/applicationContext.xml</param-value></context-param>
解决方案三:
你看下你链接的数据库的服务是不是没有打开啊
时间: 2024-11-02 03:57:44