I have given my welcome file in web.xml But when running the application, it is showing 404 error on http://172.16.2.16:8080/sampletest/
http://172.16.2.16:8080/sampletest/
It is a spring
Just add your index.html to webContent folder. Because welcome file is searched in that folder itself.