严重: Servlet [AxisAdminServlet] in web application [/] threw load() exception
第一种:java.lang.ClassNotFoundException: org.apache.axis2.webapp.AxisAdminServlet
第二种java.lang.ClassNotFoundException: org.apache.axis2.transport.http.AxisAdminServlet
如果是第一种,在web.xml中将
org.apache.axis2.webapp.AxisAdminServlet 改为org.apache.axis2.transport.http.AxisAdminServlet
然后将axis2-kernel-1.3.jar 导入即可
第二种直接导包,axis2-kernel jar包的版本不要过高,否则没有AxisAdminServlet此类
相关jar包下载https://download.csdn.net/download/u012934723/10603642