My Tomcat 10 home: /u01/tomcat/base/middleware/tomcat10/ My JSP page refers to these modules:
java.io.*
java.sql.*
javax.servlet.*
javax.servlet.http.*
org.apache.commons.fileupload.*
org.apache.commons.fileupload.disk.*
org.apache.commons.fileupload.servlet.*
java.util.List
javax.servlet.http.HttpServletRequest
org.apache.commons.fileupload.servlet.ServletFileUpload
It seems the servlet-api.jar is not recognized by the application.
- Do I have an incompatibility with libraries ?
- The servlet-api.jar is the original file from the installation.
- Do I miss some modules in the JSP file or can they be incompatible with each other ?
Any suggestions? Thanks for your help.