DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=19987>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=19987 WebappClassLoader don't work with DefaultContext [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2004-04-18 18:05 ------- Please note that it makes our (the tomcat developers) lives a lot easier if you ask questions like this on the tomcat-user list before filing a bug report. This reduces the number of invalid bug reports and enables us to concentrate on the genuine bugs. Nothing is wrong. Tomcat is doing exactly what you asked it to. DefaultContext has a reloadable attribute that you have not set and therefore defaults to false. Your Context will only override settings in the DefaultContext if the override attribute is set to true in the Context (which it isn't) and hence the reloadable attribute in your context definition is ignored. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]