Hello friends, Sometimes when we are working with webapp in Eclipse, may not create the web.xml file by default. As a result, we have to create the web.xml file manually. Ok?
So, Today I am going to show you how you can keep your web.xml file in the correct location actually where is the location of the web.xml file?
To do that go to src => main => webapp => WEB_INF => web.xml.
This is the correct path location of the web.xml file.
Hope it helps You!