I have done this but I started by extending org.apache.catalina.loader.WebappLoader,
then overriding anything I needed to customize.

Regards,

Glenn

Jwahar Bammi wrote:
I want to write my own custom web application class loader, for Tomcat 4.1*
(and hopefully it will continue to work for Tomcat 5*). From the precious
little info that is available, I have gleaned the following:



- the class I write should implement org.apache.catalina.Loader interface.

- once I write the class, I tell tomcat to use it by specifying it in the
<Loader> tag of a <Context> in server.xml

- my class itself goes into $CATALINA_HOME/server/lib



Are my assumptions above correct?



It would be a real bonus to see an example. I am sure more than one person
in this community has done this before.

Any words of advice?



Advanced Thanks,



Jwahar Bammi

Memento, Inc.

[EMAIL PROTECTED]









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



Reply via email to