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