Re: WebappLoader and Auto-Detection of Class Changes

2005-06-06 Thread Scott Dudley
] To: tomcat-dev@jakarta.apache.org Sent: Friday, June 03, 2005 12:46 PM Subject: WebappLoader and Auto-Detection of Class Changes I extended WebappLoader.java to create a custom classloader to allow me to append an alternate set of class folders. The loader works as intended but I noted

WebappLoader and Auto-Detection of Class Changes

2005-06-03 Thread Scott Dudley
I extended WebappLoader.java to create a custom classloader to allow me to append an alternate set of class folders. The loader works as intended but I noted that it doesn't detect any changes to these resources and call Context.reload() as is the case with WEB-INF/classes, lib, and any

Re: WebappLoader and Auto-Detection of Class Changes

2005-06-03 Thread Bill Barker
- Original Message - From: Scott Dudley [EMAIL PROTECTED] To: tomcat-dev@jakarta.apache.org Sent: Friday, June 03, 2005 12:46 PM Subject: WebappLoader and Auto-Detection of Class Changes I extended WebappLoader.java to create a custom classloader to allow me to append an alternate