I have found an application that is made with spring 3.2.18.RELEASE and is running on tomcat 9 and java 8.
My knowledge of java and spring is very little, but from what I understand spring 3 should work with Servlet 2.5 API.
But according to tomcat page, servlet 2.5 is for tomcat 6
Can an application made with spring 3 run in java 8 with tomcat 9 without problems? What would be the ideal version of java and tomcat for spring 3?
How should the correct versions of java, tomcat and spring be selected?