Hi, i have to install this Application for Tomcat, but i couldn't find any tutorial that make this possible.
Please someone knows how to install Hibernate for Tomcat?
The Hibernate website: www.hibernate.org
Thanks
Hi, i have to install this Application for Tomcat, but i couldn't find any tutorial that make this possible.
Please someone knows how to install Hibernate for Tomcat?
The Hibernate website: www.hibernate.org
Thanks
You ensure that the requisite hibernate jar files have been included in your lib directory for your Web applcation. Think of Hibernate as more of a framework for Object Relational Mapping (ORM) than an application.
See 'Hibernate in Action' by Bauer,C. and King, G. (2005).
Regards,
Graeme