I have created very basic SOAP server with Java in my Eclipse and trying to run on Tomcat 10 with Axis2. Got exception:
...
INFO: Marking servlet [AdminServlet] as unavailable
Feb 01, 2023 6:41:21 PM org.apache.catalina.core.StandardContext loadOnStartup
SEVERE: Servlet [AdminServlet] in web application [/SOAPExample_Axis2] threw load() exception
java.lang.ClassNotFoundException: javax.servlet.http.HttpServlet
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1437)
..
I suppose Tomcat need javax library. What is the best place to download this library I where I should place it in Tomcat?