On 01/11/2011 19:42, Mark Thomas wrote: > On 01/11/2011 14:16, Konstantin Kolinko wrote: >> 2) http://markmail.org/message/5k4urwimvvmeqees > > I'll see if I can get that fixed too.
Hmm. The problem here is that the context.xml files are registered as resources that trigger reload rather than redeploy. As such, any changes to the context.xml files trigger a reload but do not have any affect since the Context object is not re-created. My current thinking is to add redeployResoucre and reloadResource to Context and deprecate watchedResource, making it a synonym for reloadResource. Thoughts? (I haven't tested this yet.) Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org