java.lang.InstantiationException: DWR can't find a spring config. See the logs for solutions

Posted Fight With Me!!!

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java.lang.InstantiationException: DWR can't find a spring config. See the logs for solutions相关的知识,希望对你有一定的参考价值。

在spring整合dwr时,报找不到配置文件

DWRcan‘t find a spring config. See the logs for solutions

 

解决办法:

在web.xml中添加一下代码

<listener>  
 <listener-class>  
 org.springframework.web.context.ContextLoaderListener  
 </listener-class>  
</listener>

以上是关于java.lang.InstantiationException: DWR can't find a spring config. See the logs for solutions的主要内容,如果未能解决你的问题,请参考以下文章