context « Tomcat « JPA Q&A





1. Using Hibernate outside the context of Tomcat    stackoverflow.com

Anyone 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.com

In 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.com

I 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.com

I 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.org

Hi 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.org

Hibernate version:2.1 Mapping documents: java:hibernate/HibernateFactory true net.sf.hibernate.dialect.MySQLDialect com.mysql.jdbc.Driver mysql://localhost/oozlooz oozlooz Jerich0 3 5 1800 net.sf.ehcache.hibernate.Provider false ...