Hi, I'm using Netbeans 6.9, Glassfish v2, and Hibernate 3.2.5 (I think).
I Basically have a very simple web-app that reads from a database.
I can run the web-app in Netbeans locally under glassfish v2 without any problems.
Now I'm trying to get the web-app to work on actual web-server that uses tomcat.
So what I do is copy all the jar files(17 in total) in the WEB-INF/lib folder into WEB-INF folder.
The I export into a war file, and get deployed on webserver..
But I get the error shown here when it is run... http://www.colin-java.co.uk/BA
Also, the tutorial that my program follows (but mine is much simpler) http://netbeans.org/kb/67/web/hibernate-webapp.html
Please can anyone help, I need to get this to work, thanks a lot.