Reputation: 91
which are the minimum requirements to run a java web application with spring 2.5 and Hibernate 3? I mean, referred to Tomcat version, Mysql version, and Java EE version. I use Java EE 6, Mysql 14.14 distrib 5.1.41 and Tomcat 7 but i need to know the lowest version in which can be run
Upvotes: 1
Views: 1787
Reputation: 597106
It would run on a reasonably low version of everything:
For exact compatibility you should check release notes, but it is unreasonable to use so old version of these technologies anyway.
Upvotes: 1