> From: Steve Souza [mailto:[EMAIL PROTECTED] 
> Subject: Re: classpath problems with a custom valve
> 
> What is confusing to me is why when i put my jar into 
> server/lib, the web app doesn't also have access to 
> classes loaded from there. 

Look at the 5.5 classloader hierarchy:

      Bootstrap
          |
       System
          |
       Common
      /      \
 Catalina   Shared
             /   \
        Webapp1  Webapp2 ... 

The server/lib directory (Catalina in the above picture) isn't visible
to webapps.

> Someone mentioned that i may be able to use the context 
> property of 'priviledged' to do this.

That deals with accessibility, not visibility.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to