I was building my application using Spring 2.5, Hibernate 3,
Tomcat 7 and MySQL (I use xampp, that include mysql). I run the application on my computer and all works fine... the problem arise when I try to run the application on another computer. I install Tomcat 7 and Mysql (only Mysql server, not xampp) and though the connection is established, it seem not to work because Hibernate doesn't create the tables, the error message says: "table project.product doesn't exists...".
Here's the Apache logs:
I made another
test. I try installing Tomcat 6 instead of tomcat 7, and when i tried to run my app comes up the 404 error (resource is not available). What's wrong with my application? I'm very disappointed with this...
Here's the logs:
Here's the code of spring-context.xml:
Let me know if you need more code than the provided above.
Thanks in advance.