• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Hibernate Problem

 
Ranch Hand
Posts: 750
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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... webpage

Also, the tutorial that my program follows (but mine is much simpler) is here


Please can anyone help, I need to get this to work, thanks a lot.
 
reply
    Bookmark Topic Watch Topic
  • New Topic