1. class path for tomcat to include hibernate outside webapp forum.hibernate.orgHello, At the moment I can only run my webapp if I have all the hibernate files in ../webapp/myapp/WEB-INF/classes/hibernate/*.hbm.xml I have tried putting all the files in /mydir/hibernate/*.hbm.xml so that more than one webapp can access them. However, when I do this the app of course cannot find them. I added the path to catalina.properties but that did not help. What ... |