On Fri, 2003-12-19 at 19:13, Shapira, Yoav wrote:
> Howdy,
>
> >I try to figure out how to make Tomcat 5 load resources externally to
> >the webapp, and failing over to loading them from the webapp if they
> are
> >not present in the external location. I figure I should subclass
> >BaseDirContext
Howdy,
>I try to figure out how to make Tomcat 5 load resources externally to
>the webapp, and failing over to loading them from the webapp if they
are
>not present in the external location. I figure I should subclass
>BaseDirContext (or implement DirContext straight away), setting it in
>the su