I was trying to mitigate the spring4shell vulnerability in one of our Spring Applications. Currently we are on Tomcat 7 and open JDK11. I am working on updating tomcat to 10.0.20 and when I try to deploy the application I see the below error.
org.apache.catalina.core.StandardContext.listenetStart Error configuring application listener of class [org.jboss.resteasy.plugins.spring.SpringContextLoaderListener] java.lang.NoClassDefFoundError: /javax/servlet/ServletContextListener
I am using Spring 4.3.5.RELEASE my question is which version of tomcat to use with open JDK 11?
Thanks in advance. pbale