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
1) Right-click on the project's then select "Properties".
2) select "Deployment Assembly"
3) Click the "Add button" on the right side.
4) Select "Java Build Path Entries" from the menu of Directive Type and then click on "Next" button.
5) And Select the "Maven Dependencies" from the Java Build Path Entries menu and click "Finish".
6) Delete the old server instance and create the new one then run the project on the server ...