Integration « Tomcat « JPA Q&A





1. JNDI Integration with Tomcat    forum.hibernate.org

Hello: I am trying to get hibernate to use JNDI to obtain connections and it doens't work. I have included the stack trace below. Also, I am able to obtain the connection via a straight JNDI lookup. Also I will include my hibernate.cfg.xml below which is almost a copy and paste of the documentation. I am using Tomcat 4.1.29 with mysql ...

2. Tomcat MySQL Integration    forum.hibernate.org

Newbie Joined: Tue Mar 09, 2004 8:52 pm Posts: 5 I am trying to configure a Tomcat datasource for use with MySQL using the hilo approach. I see numerous post regarding the autocommit error, but not sure if/when it applies. Is it not possible to use hilo with a tomcat datasource and mysql? If so, how and what should I change? ...

3. Hibernate integration with Tomcat    forum.hibernate.org

Hi, i am trying to run a normal Applet based OLTP form in my browser. The env is Hibernate3.0,Oracle10g,Tomcat 4.0 . I have copied hibernate3.jar as intructed by Doc at /tomcat/conf and /tomcat/webapps/pro/WEB-INF/lib now everytime I run the application it throws error while initializing applet that It cant locate org.hibernate..... For experimental purposes i copied Hibernate3.jar to /opt/SUNWappserver/jdk/jre/lib/ext at that point ...