tomcat 6.0.24 Exception: Could not load com.mysql.jdbc.SQLError

前端 未结 8 739
甜味超标
甜味超标 2021-02-04 18:20

My tomcat 5 server running on centos frequently (several times / day) produces the following error:

Apr 7, 2011 11:02:30 PM org.apache.catalina.loader.WebappClas         


        
8条回答
  •  说谎
    说谎 (楼主)
    2021-02-04 19:09

    I think you have to use connection pooling mechanism for idle connections. or else check this link for connection pooling 'http://www.mkyong.com/hibernate/how-to-configure-the-c3p0-connection-pool-in-hibernate/'

提交回复
热议问题