resource « Tomcat « JPA Q&A





1. Learning resource for configuring Hibernate as JPA 2.0 provider on Tomcat Apache with MySQL    stackoverflow.com

I am trying to created a new java project. I have tried various examples available on the web but my project works sometimes and doesn't rest of the time. It seems ...

2. Hibernate w/Tomcat error reading resource    coderanch.com

Hi there, I am not new to Hibernate. I developed a full fat client/server application with it and Swing. Now I need to present some of the database with Tomcat. I use the same mapping file, same classes etc. Here is my hibernate.cfg.xml file: java:comp/env/jdbc/tima true

3. data resources in tomcat server.xml    forum.hibernate.org

using hibernate 2.0.2, tomcat 4.1.12, mysql 4.0.17 i use to have only this context configured in my tomcat server.xml file: Code:

4. (Newbie) tomcat: Error reading resource    forum.hibernate.org

Newbie Joined: Wed Aug 25, 2004 11:53 am Posts: 3 I've tried hard to get my proof of concept to work, but am stuck. Tomcat is throwing the exception as noted below. Where am I going wrong? Any help would be appreciated! Cheers - Randy Troppmann Hibernate ver 2.1 Database: Postgresql 7.4 Container: Tomcat 5.0.16 Servlet code: Code: ...