Martin I. Levi wrote:
Is this a better solution than mine?
Although I often use servlets for initialization, Paul's suggestion is better because ServletContextListener was designed exactly for initialization/finalization purposes.
Using the right tool for the job is a good practice even if you gain nothing more in functionality; it makes your application components/logic easier to identify later.
So i guess I should refactor too ;-)
Manos
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]