请高手帮菜鸟解释一下这个有关问题该如何解决呢?

   阅读
请高手帮初学者解释一下这个问题该怎么解决呢????????
我的控制台后总是出现这样的提示
2007-5-3   7:48:17   org.apache.struts.legacy.GenericDataSource   getConnection
信息:   Check   for   timeout,activeCount=100,useCount=100
2007-5-3   7:48:18   org.apache.struts.legacy.GenericDataSource   getConnection
信息:Sleep   until   next   test

我在struts-config.xml   的主要配置如下:

            <set-property   property= "minCount "   value= "2 "   />
            <set-property   property= "maxCount "   value= "10 "   />
            <set-property   property= "loginTimeout "   value= "5000 "   />

------解决方案--------------------
好像是没有连接到数据库
------解决方案--------------------
just INFO, not ERROR, no big deal
阅读