tomcat启动停止到这:
Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
曾错误原因:代码中配置了多个数据源,然而在更换数据库ip时,只更新了一个。所以其它数据源连接是无效的。
org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
原文地址:http://ycgit.blog.51cto.com/8590215/1682598