1. Can't connect to database using Tomcat 5.5 and Hibernate stackoverflow.comOk I have this weird problem. I'm using Tomcat 5.5 with Hibernate. I have added the resouce in the TOMCAT_HOME/conf/server.xml and also in my application's web.xml. |
2. problem wiht Hibernate and tomcat connecting to mysql forum.hibernate.orghi all, i have a webapp taht uses Hibernate and MYSQL, running on top of tomcat. i am letting Hibernate handle the connections to mysql db, since i have no connection pools defined in tomcat. after running the application for nearly 9 hours, when i tried to use my app to connect to the database i got following exception: Caused by: ... |