> Remy Maucherat wrote:
>
> > > craigmcc    01/10/27 14:20:03
> > >
> > >   Modified:    catalina build.xml
> > >                catalina/src/share/org/apache/catalina/core
> > >                         StandardContext.java
> > >                webapps  build.xml
> > >   Log:
> > >   Experimental patch that makes the parent class loader for privileged
> > >   webapps be the Catalina class loader, rather than the Shared class
> > loader.
> > >   This facilitates writing administrative applications that need
access to
> > >   Catalina internals, without requiring the entire administrative app
to
> > be
> > >   included in the Catalina class loader.
> >
> > Ok, so you copy Jasper. I guess that works.
>
> Best I could think of at the moment.

I didn't say it was unreasonable (and I couldn't find any better way) ;-)

> > I was wondering about the new dumpRegistry.jsp; I looked at the source
code,
> > and wondered: how can it get the job done ?
> > Answer: it doesn't at the moment ;-) Is it supposed to work ?
>
> You have to call it, though, through the Struts action that sets up the
> collection:
>
>   http://localhost:8080/dumpRegistry.do

Oh, ok. Blame it on my lack of Struts knowledge, then.
Sorry for the trouble.

Remy


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to