I have a JSP web site, not Spring MVC, and it has a config file web.xml.
There are a couple of settings within the web.xml file that I\'d like to get.
However, I
I think this is very close to your description: link.
Basically, you want to read parameters from web.xml programatically, right?