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
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