web xml file
Is it possible for a java class to access the web XML file. I have a web application where the servlets access some values from the web XML file for database username and password by calling the getServletConfig() function. My issue is that I have a flash component that calls on a Java class and I need that Java class to return a result set from the database so I need to access the web.xml file to get the database username and password.
I hope this makes sense.
Thanks for any help

