Can I update the web.xml (of my context) using my servlet?
Location: http://www.jguru.com/faq/view.jsp?EID=845609 Created: Apr 19, 2002 Author: Alessandro A. Garbagnati (http://www.jguru.com/guru/viewbio.jsp?EID=32727) Question originally posed by bala chandhran (http://www.jguru.com/guru/viewbio.jsp?EID=466045 Yes, you can change the content of the web.xml file programmatically, but you have to restart the web application (context) to read the changes.