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
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