• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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.
 
God is a comedian playing for an audience that is afraid to laugh - Voltair. tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic