RE: External resources with a fallback

2003-12-20 Thread Simon Tardell
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

RE: External resources with a fallback

2003-12-19 Thread Shapira, Yoav
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