Hi,
I am an absolute beginner to Hibernate. I am using Tomcat 4.1 and cant seem to figure out where to put hibernate.properties file
I tried placing the file in common/lib; classpath; context/web-inf/classes.
Every time it shows me the following dump.
---------------------------------------------------------------------------
Sep 16, 2003 5:18:40 PM net.sf.hibernate.cfg.Environment <clinit>
INFO: Hibernate 2.0.2
Sep 16, 2003 5:18:40 PM net.sf.hibernate.cfg.Environment <clinit>
INFO: hibernate.properties not found
Sep 16, 2003 5:18:40 PM net.sf.hibernate.cfg.Environment <clinit>
INFO: using CGLIB reflection optimizer
Sep 16, 2003 5:18:40 PM net.sf.hibernate.cfg.Environment <clinit>
INFO: JVM proxy support: true
Sep 16, 2003 5:18:40 PM net.sf.hibernate.cfg.Configuration addClass
INFO: Mapping resource: com/modapay/entity/Merchant.hbm.xml
--------------------------------------------------------------------------
Please suggest.
Thanks a lot.
|