SEVERE: Error configuring application listener of class org.apache.catalina.deploy.ApplicationListener

前端 未结 11 1127
遥遥无期
遥遥无期 2020-12-17 15:59

Here this is my error when I am trying to run the web.xml of my project in Eclipse.

This is the main error that I am facing when I am trying to run the

11条回答
  •  抹茶落季
    2020-12-17 16:13

    If you have imported someone else's project in Eclipse then remove and add servlet-api.jar in classpath as the path of servlet-api.jar could be different on your system. After that clean the project and run again.

提交回复
热议问题