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.
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.