RE: can't get context with uri that is sub-dir of current context

2002-09-26 Thread Smith, Ryan
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

can't get context with uri that is sub-dir of current context

2002-09-25 Thread Smith, Ryan
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 th

RE: help....please.....RE: java.lang.NoSuchMethodError after re-build ing

2002-09-25 Thread Smith, Ryan
thanks for the help, started from scratch and had no probs -Original Message- From: Amy Roh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 4:55 PM To: Tomcat Developers List Subject: Re: helpplease.RE: java.lang.NoSuchMethodError after re-build ing > I'm getti

help....please.....RE: java.lang.NoSuchMethodError after re-building

2002-09-25 Thread Smith, Ryan
I know you are all busy, but should I have posted this to the users list? -Ryan -Original Message- From: Smith, Ryan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 8:06 PM To: 'Tomcat Developers List' Subject: java.lang.NoSuchMethodError after re-building I

java.lang.NoSuchMethodError after re-building

2002-09-24 Thread Smith, Ryan
I'm getting the following error when trying to run tc 4, after having built the current cvs version succesfully: java.lang.NoSuchMethodError: javax.management.MBeanServerFactory.findMBeanServer(Ljava/lang/String;)Ljava /util/List; at org.apache.commons.modeler.Registry.getServer(Registry

Unable to Retrieve another Context from within the "root" context (by design, or bug?)

2002-09-24 Thread Smith, Ryan
I'm wondering if this was by design or if it's a bug. Running Tomcat 4.1.10 I am unable to retrieve the context of another webapp from within the root context. I've got two contexts setup, one with path="/common", and another with path="". From within the context with path="", there is a jsp