Hello Hibernate users,
I'm a hibernate beginer and want to try the first hibernate application included in the Hibernate Tutorial :
http://www.hibernate.org/hib_docs/v3/re ... orial.html
Has anyone succeded in running the war app (hibernate-tutorial.war) in Tomcat?
I've followed exactly the instructions indicated in the tutorial.
- I'm using Apache Tomcat 6.0.1
- I wrote the application in plain text (not in Netbeans neither in Eclipse or in any other IDE)
After I have built the war file, I copied the hibernate-tutorial.war in the folder webapps Tomcat. Then I launched
http://localhost:8080/hibernate-tutorial/eventmanager. I got the message that the requested source is not found.
My Tomcat server is running.
Thank you very much for your answer,
Katrien