1. Using Hibernate outside the context of Tomcat stackoverflow.comAnyone used Hibernate to access a DB in a pure java app (not a web application)? What was your experience like, did it take long to set up and get going? ... |
2. Tomcat server exception - java:comp is not bound in this Context stackoverflow.comIn doing something else, I added a jar to my lib folder called catalina.jar . This allowed me to serve static content (which works), but my previously working struts actions (which ... |
3. How to use in Tomcat a datasource without having to edit context.xml? stackoverflow.comI have to deploy my web app to a shared server where I can't edit the context.xml file to set a new resource factory. Is there a way I could place ... |
4. using jdbc.proprties in context.xml and persistence.xml stackoverflow.comI have a jdbc.properties file and context.xml and persistence.xml Is there a way to use the jdbc.properties in context and /or persistence.xml? |
5. Tomcat context reload and database connection pooling proble forum.hibernate.orgHi I'm using tomcat 4.0.x, Hibernate 1.2.5 and Postgresql 7.3. Using Apache DBCP for connection pooling. The propblem i'm having is this: The tomcat Context is set reloadable="true" and i don't have access to any of the tomcat configurations. Normally this wouldn't be a problem but when tomcat reloads the context it leaves the old versions connections to the db open ... |
6. Problem with JNDI context in Tomcat and Hibernate forum.hibernate.orgHibernate version:2.1 Mapping documents: |