On Tue, 7 May 2002, Filip Hanik wrote:

> Date: Tue, 7 May 2002 07:28:38 -0700
> From: Filip Hanik <[EMAIL PROTECTED]>
> Reply-To: Tomcat Developers List <[EMAIL PROTECTED]>
> To: Tomcat Developers List <[EMAIL PROTECTED]>
> Subject: RE: How do I get the classloader inside the session manager
>
> >The context classloader is supposed to be the webapp class loader.
> >Is that what you want ?
>
> exactly, that is what I want. I assume there is a different classloader for
> each web app.
> how do I get this guy from the session manager?

If you are in an implementation of o.a.c.Manager, you can say:

  ClassLoader webappCL = getContainer().getLoader().getClassLoader();

> Filip
>

Craig


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

Reply via email to