Read Settings from Web.xml

Is it possible to check the web xml file from a JSP page to see a list of Filters and Servlets that are setup in the file? Or is this information avaiable through another means?Thanks,Al
[207 byte] By [alzoida] at [2007-11-26 14:49:53]
# 1
Use the ServletContext.getRealPath method to get the path to the application directory and from there you should be able to navigate to teh web.xml file. The use the Java IO package classes to open the file and display it's contents in a JSP.
tolmanka at 2007-7-8 8:37:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...