> From: Timothy Collett [mailto:[EMAIL PROTECTED] 
> Actually, one of the things I'm doing is making a subclass of  
> Context

Good luck - I wanted to extend StandardContext for my own nefarious
purposes and found it was almost impossible.  You couldn't copy it as
various parts of the system had the class name hardwired, you couldn't
subclass it and do anything rational as much of its implementation was
private rather than protected (and there weren't useful extension
points).  For political reasons I wasn't allowed to change the default
implementation, which would have been by far the simplest approach.
What are you aiming for, and are you certain you will be able to do so?

                - Peter

---------------------------------------------------------------------
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