Re: Initializing classes in shared/lib

2008-04-12 Thread Juha Laiho
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

RE: Initializing classes in shared/lib

2008-04-12 Thread Caldarale, Charles R
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

Initializing classes in shared/lib

2008-04-11 Thread Tushar Madhukar
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