I would like to implement my on webapp class loader, that will look for jars in 
specific places (to be defined in the configuration).
I would like to inherit the behavior of the default class loader of the webapp, 
so I can not use a regular ClassLoader.
I considered inheriting from WebappClassLoader.
Is there a simpler way?
Is there some documentation how to create such a class loader?

Thanks
G.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to