Re: Tomcat 5/4 DefaultContext Listener/Loader

2003-10-20 Thread Remy Maucherat
Glenn Nielsen wrote: The docs for both Tomcat 4 and 5 imply that you can nest a Context Listener inside the DefaultContext. But this had not been implemented. I had a need to implement a custom Context Listener and Custom Loader (WebappLoader) which needed to be configurable using the DefaultC

Tomcat 5/4 DefaultContext Listener/Loader

2003-10-19 Thread Glenn Nielsen
The docs for both Tomcat 4 and 5 imply that you can nest a Context Listener inside the DefaultContext. But this had not been implemented. I had a need to implement a custom Context Listener and Custom Loader (WebappLoader) which needed to be configurable using the DefaultContext. I have patches fo