We are trying to upgrade OD to latest version 8.1.2.1301. Does this support tomcat 10

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • kumar591
    Member
    • Jan 2015
    • 3

    We are trying to upgrade OD to latest version 8.1.2.1301. Does this support tomcat 10

    Do we know if latest OD support Tomcat 10. When we upgraded eclipse with latest OD jar, we only get option for support of Tomcat 10(Windows-->Preference-->Tomcat-->Tomcat version ).
    But the challenge we are seeing here is we have old applications when imported to upgrade gives compilation error for servlet context package.import javax.servlet.ServletContext;
    I think the reason is Tomcat 10 uses jakarata jar instead of servlet api jar. we changed the package on java file to use the jakarta servlet package and resolved compilation error.
    We exported the war files and deployed on Tomcat 10 and when testing the application we are getting below error.

    03-Dec-2025 02:43:03.852 INFO [main] org.apache.catalina.core.ApplicationContext.log Marking servlet [AdminVariableInfo] as unavailable
    03-Dec-2025 02:43:03.852 SEVERE [main] org.apache.catalina.core.StandardContext.loadOnSta rtup Servlet [AdminVariableInfo] in web application [/NJ_EZPass_Data] threw load() exception
      java.lang.ClassNotFoundException: javax.servlet.http.HttpServlet
Loading