1. Hibernate Search in a Clustered Configuration? stackoverflow.comI have a Java web app that I'm developing, using JBoss Seam as the application framework. I'd like to take advantage of Hibernate Search to provide entity searching capabilities. ... |
2. Tomcat clustering & Hibernate coderanch.comCurrenlty we are using plain old JDBC in our production environment, which is a Tomcat cluster with about 100 concurrent users 24/7 with all kind of applications related to the publishing industry. For our new application development I would like to introduce Hibernate3 but I'm not aware of the technical implications, or issues, of using Hibernate3 within a clustered environment. Are ... |
3. Hibernate and Clustering tomcat forum.hibernate.orgHibernate version: 2.1.7c I donot have much experience with clustering and hibernate together. And our deployment guy is complaining that it might not work with clustering. I have tried to follow the book hibernate in action. While reading the book Hibernate in Action, it mentions that we can have as many actual instances of SessionFactory deployed as we like, if we ... |
4. Apache + mod_jk + Tomcat Cluster + Hibernate Problem forum.hibernate.orgHi all, I have two tomcats with same web applicattion running on two machines. They have Persistent sessions by Postgresql Database. When I initialize two tomcats and i load page all goes okey. Apache redirects request to tomcat1 or tomcat2. Problems come in this case: - Initialize two tomcats with its owns hibernate Sessions. - Web Access to Apache. It redirects ... |