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

前端 未结 11 1154
遥遥无期
遥遥无期 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:15

    If you have configured and built project properly with all required jars and still getting same error then you might missed to create classes folder. If we are using existing project setup and configuring it, then default output folder should be entered manually as per project requirement. In my case, eclipse was giving default output folder to /bin but it was configured to project_name/WEB-INF/classes. So I have changed it to project_name/WEB-INF/classes

提交回复
热议问题