Tomcat « Jar « JPA Q&A





1. list of jars in tomcat+jpa+hibernate    stackoverflow.com

I use tomcat 7, deployed there a web application with jpa and hibernate. What jars should be copied to make it work? My deployment constantly fails on "ClassNotFoundException" or "IncompatibleClassChangeError".
I've ...