Hi all,
I have a web-project in Java running on Tomcat 5.5. I set up the project entirely with MyEclipse.
The project has Hibernate Capabilities (added by MyEclipse) and has also a deployment to Tomcat (via MyEclipse).
The problem I have is, that all jars in the lib directory are deployed on Tomcat, but the Hibernate 3.0 libs are not deployed.
The thing is, that it worked fine at the beginning of my work when I changed quite a bit in the project, when it suddenly didn’t work any more.
I also made a simple new project, where everything works fine (Hibernate gets deployed), but I can’t see any difference between
the two projects.
I’m quite desparate now because I can see no reason, why these libs do not get deployed.
I also checked the project properties build path, but everything seems the same as in the other project, which is working fine.
I must admit, I’m not the crack and do not entirely understand, how the libs are deployed
and how I can influence externally jars (and maybe I messed up something).
So my question simply is, how can I get the Hibernate Core 3.0 Libraries get deployed on Tomcat 5.5?
Thanks a lot in advance
Daniel