ant « Tomcat « JPA Q&A





1. Hibernate configuration files in an Ant-built WAR file    stackoverflow.com

I have a web app in Eclipse that is working fine. I have built a war file using the ant script below, it works until the program attempts to access Hibernate:

<?xml ...