> Tushar Madhukar wrote:
>
> I have some utility classes in $tomcat/shared/lib
> directory, which are used by several webapps. These
> need to be initialized before any of my webapps are
> called by the client. One of these shared classes gets
> a reference to its class loader, by calling
> Threa
Tushar Madhukar wrote:
I have some utility classes in $tomcat/shared/lib directory, which are used
by several webapps. These need to be initialized before any of my webapps
are called by the client. One of these shared classes gets a reference to
its class loader, by calling Thread.currentThread(
Hi,
I have some utility classes in $tomcat/shared/lib directory, which are used
by several webapps. These need to be initialized before any of my webapps
are called by the client. One of these shared classes gets a reference to
its class loader, by calling Thread.currentThread().getContextClassLoa