anyone? I've re-built tomcat, fixing this so that you can retrieve a "sub-context", and everything seems to work ok, but I'm just not familiar enough with the code to know if I've broken something else.
Thanks, -Ryan -----Original Message----- From: Smith, Ryan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 7:18 PM To: '[EMAIL PROTECTED]' Subject: can't get context with uri that is sub-dir of current context Can anyone shed some light on why the org.apache.catalina.core.ApplicationContext.getContext(uri) method was written to return the current context whenever the uri passed into it was a "sub-dir" of the current context's path? For example, calling getContext("/common") from within a context that had as it's path: "/", would allways return the context of "/". and, calling getContext("/store/common") from within a context that had as it's path: "/store", would always return the context of "/store" anyone? --------------------------------------- Ryan Smith Platform Engineer Sony Online Entertainment (858) 577-3072 [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> --------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>