App Initialization question

2002-11-26 Thread Thomas . Gaudin
Hi, I need to store an object in the application context and this object has to be instatiated when the application is deployed. I am thinking about a solution but I would like confirmation that it is a good practice to do : - declare a servlet that would have a load-on-startup element in

Re: App Initialization question

2002-11-26 Thread Martin Jacobson
[EMAIL PROTECTED] wrote: Hi, I need to store an object in the application context and this object has to be instatiated when the application is deployed. I am thinking about a solution but I would like confirmation that it is a good practice to do : - declare a servlet that would have a