So i have a dynamic web project. Servlet mapping is defined in WEB-INF/web.xml
I know i can add further mapping in web.xml, but it get things easily messed up coz I am adding url paths that are just many.
So, how do i add a new web deployment descriptor that goes in hand with web.xml without messing the original configuration?