Change spring-servlet.xml Filename (Spring Web Contenxt Configuration Filename)
The first thing that we do when we want to implement Spring MVC in our project is to add DispatcherServlets entry in deployment descriptor (web.xml). Also we write a spring web configuration xxxx-servlet.xml which...