integrate « Tomcat « JPA Q&A





2. Advice needed to integrate Hibernate with Tomcat 4.18    forum.hibernate.org

Quote: here Hibernate creates a new session when first time database access is needed (if there is no old created session). but now i want some help to intregate Hibernate with Tomcat to create the session during Tomcat startup Do you mean session or session factory? You would want to create your session factory once and then use sessions as per ...

3. help needed to integrate hibernate and jbosscache in tomcat    forum.hibernate.org

hi all, i am new to hibernate, i have couple of questions.. i am trying to integrate jbosscache to already existing hibernate application. the steps sofar which i have taken are 1) setting the property "hibernate.transaction.manager_lookup_class" ="net.sf.hibernate.transaction.JBossTransactionManagerLookup" 2) setting the "hibernate.cache.provider_class" ="net.sf.hibernate.cache.TreeCacheProvider" 3) and added a cache tag in the hibernate mapping files which ever needs to be cached i.e

4. Problem integrating Hibernate with Tomcat...    forum.hibernate.org

Need help with Hibernate? Read this first: http://www.hibernate.org/ForumMailingli ... AskForHelp [b]Hibernate version:3.0[/b] [b]Mapping documents: java:comp/env/jdbc/smsc org.hibernate.dialect.PostgreSQLDialect true true ...