When we began creating an application using
Struts2 framework with
Hibernate and MySQL, we ran into a problem which was related to MySQL timing out its connection after a span of 8 hours when left unused. It conceived a lot of time at our end but we were able to nail down the issue at the end.
Steps that we had taken to correct the issue related to Hibernate MySql connection timeout problem are listed below
- Download Hibernate C3P0 and copy .jar files
- Set c3p0.properties
- Make changes to hibernate.cfg.xml
- Test MySQL connection timeout
- Hibernate, MySQL connection timeout related error messages
(more…)