I have been modifying the structure of my site and added a whole bunch of entries in web.xml to rewrite URL strings. Now web.xml is getting really big, and I want to chop it up and make it into a couple of different xml files. How can I do that?
It would be great if someone can explain to me how to do that, but if you can point me to a right direction, online reference, manual, tutorial, etc., I should be able to figure out from there. Know any place that I can access these resources on web.xml, how to customize it?
Also I am curious to know if chopping up a long web.xml file helps to speed up the start up time. I get the impression that start up takes pretty long time after I added number of entries in web.xml. I'd appreciate any help.