DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28985>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28985

It is not possible to use a shared filter from a shared jar file in the multiuser 
scenario

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Normal                      |Enhancement
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From [EMAIL PROTECTED]  2004-05-30 12:07 -------
It's the second option: either a classloader can load a class or it cannot. So
by definition, if you put the class in one of the "shared" loaders, it will be
visible from all webapps.
As for configuring the CL, you can configure the CL repositories using
catalina.properties (a feature I added in 5.0.x, but isn't documented; feel free
to ask questions about that to Jean-François, he knows it well). By default, I
think it would be bad to add additional repositories to the CL (more complexity).

Note: By default:
- common is based on catalina.home
- shared is based on catalina.base

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

Reply via email to