I've downloaded the jOAI and placed the file 'oai.war' into the 'webapps' directory under tomcat 9. The application doens't start and the logs show the error:
(04-Nov-2022 00:01:36.287 SEVERE [http-nio-8080-exec-8] org.apache.catalina.core.ApplicationDispatcher.invoke Servlet.service() for servlet [jsp] threw exception
java.lang.NoClassDefFoundError: Could not initialize class org.apache.jasper.compiler.EncodingDetector)
I've downloaded the jOAI and placed the file 'oai.war' into the 'webapps' directory under tomcat 9. The application doens't start and the logs show the error:
(04-Nov-2022 00:01:36.287 SEVERE [http-nio-8080-exec-8] org.apache.catalina.core.ApplicationDispatcher.invoke Servlet.service() for servlet [jsp] threw exception java.lang.NoClassDefFoundError: Could not initialize class org.apache.jasper.compiler.EncodingDetector)
Any idea how to fix it?