connect « Tomcat « JPA Q&A





1. Can't connect to database using Tomcat 5.5 and Hibernate    stackoverflow.com

Ok 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.
But I'm getting error ...

2. problem wiht Hibernate and tomcat connecting to mysql    forum.hibernate.org

hi 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: ...