Niklas Frank wrote: > Hi Chuck, hi All, > >> Are you sure the timestamp on the WEB-INF/web.xml file of the updated >> webapp really changes? > Yes, positive. To check I made changes to the file. If I do the same for a > web-app in $CATALINA_HOME/webapps the app gets automatically reloaded.
This won't work. o.a.c.startup.UserConfig doesn't use o.a.c.startup.HostConfig to deploy the user contexts so they never get checked for re-loading. Some thought needs to be applied to refactoring UserConfig. Ideally, HostConfig should be completely de-coupled from UserConfig. Please create a bugzilla entry for this. Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]