Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Modifying web.xml on a Fly

Status
Not open for further replies.

evuz

Programmer
Apr 8, 2006
1
US
Hi,

I would like to know what option(s) I need to enable in my conf/server.xml or conf/web.xml so I can modify the webapps/WEB-INF/web.xml on a fly without being have to restart the server everytime. I do have <Context reloadable="true" /> in conf/server.xml and I can add newly compiled classes to webapps/WEB-INF/classes and have it working given the servlet-name and what not is already in web.xml. But changing web.xml without restarting the server has no effect.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top