"Shapira, Yoav" <[EMAIL PROTECTED]> wrote:

Hi,
Actually, I'm not sure that would work anyhow. The Class is loaded in
your ClassLoader, and nowhere else. The Tomcat classloader(s) still
don't know about it, hence the CNFE.

You would need to declare your Loader in server.xml (or the context.xml
file for your webapp), and have it extend WebappClassLoader most likely.
This would become a pain I imagine, and it means your classloader would
have to be in common/lib instead of WEB-INF/lib for your webapp.

Yoav Shapira
Millennium Research Informatics


>-----Original Message-----
>From: Shapira, Yoav
>Sent: Thursday, September 16, 2004 8:26 AM
>To: Tomcat Users List
>Subject: RE: How to use a class loaded with a Custom ClassLoader
>
>
>Hi,
>
>> public void contextInitialized(ServletContextEvent event)
>> {
>> CustomLoader c = new
>>CustomLoader(context.getClass().getClassLoader());
>> Class clazz = c.loadClass("C:\\jakarta-tomcat-
>>5.0.16\\temp\\","SecretClass",true);
>
>If you add Class.forName("SecretClass") after this, does it work or
>throw a CNFE?
>
>Yoav
>
>
>
>This e-mail, including any attachments, is a confidential business
>communication, and may contain information that is confidential,
>proprietary and/or privileged. This e-mail is intended only for the
>individual(s) to whom it is addressed, and may not be saved, copied,
>printed, disclosed or used by anyone else. If you are not the(an)
intended
>recipient, please immediately delete this e-mail from your computer
system
>and notify the sender. Thank you.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]



Hello,

thanks for your answers.

You mentioned to declare the classloader in server.xml.

Have you idea how to include this information in server.xml ? I cannot find any 
reference to Classloaders in it.

Thanks again

Francesco


                                
---------------------------------
Scopri Mister Yahoo! -  il fantatorneo sul calcio di Yahoo! Sport'

Reply via email to