Not able to connect with database after some times of deployment on server
问题 I uploaded my war file on my server it works perfectly after deploy but after some time it shows exception. I am using struts2 and hibernate my hibernate.cfg.xml is <session-factory> <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property> <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property> <property name="hibernate.connection.url">jdbc:mysql://localhost:3306/dbName</property> <property name="hibernate.connection.username">UserName<