1. How to read context-param values from web.xml with a normal Java class stackoverflow.comI know it it is easy to read the context-param values from web.xml with a Servlet. But is it possible to read the value with a normal java class? |
2. Context Param issue in sun-web.xml stackoverflow.comI am using netbeans 6.9.1 with Glassfish 3 to create a web application consisting of a handful of servlets. I need to store a value in the config file for the database ... |
3. Web.xml context-param coderanch.com |
4. Context param values from web.xml coderanch.com |