tomcat « cfg « JPA Q&A





2. hibernate tomcat hibernate.cfg.xml not found    coderanch.com

Hi all, I have an annoying problem. My application, using Eclipse and connecting to the Oracle through hibernate, works fine in a java environment. But when I try it on Tomcat 5.5 I get hibernate.cfg.xml not found (the following full stacktrace). This has worked until I cleaned the project. The hibernate.cfg.xml is in the usual place, in the build\classes location. Any ...

3. "/hibernate.cfg.xml not found" from a Tomcat servl    forum.hibernate.org

I have Tomcat 5.018 and mysql 11.18 and have successful jdbc access (jsp's accessing java classes which have the jdbc code). I would like to migrate to persistent java beans using hibernate ( www.hibernate.org ). I have successfully installed hibernate 2.1.2 and created persistent objects in a standalone program. When I attempt to do so in a servlet under tomcat, this ...

4. Hibernate in Axis2 on Tomcat5.5 -hibernate.cfg.xml not found    forum.hibernate.org

Hello: I've been trying to use Hibernate to get the data for our Axis2 web services that are deployed on Tomcat5.5 My DAO works from a JUnit test case. However, when I hook it up to the web service and deploy the service on Tomcat, I get this error from my Java Client: org.apache.axis2.AxisFault: java.lang.ExceptionInInitializerError on the client and the server ...