Re: context initialization

2000-12-28 Thread Nicolás Marjovsky
ubject: RE: context initialization If I understand your question correctly, I do this sort of thing currently, by having a servlet which instantiates a bunch of objects, and adds them to the context. This servlet is defined as "load-on-startup". In the webapp's web.xml, I have:

RE: context initialization

2000-12-28 Thread Kitching Simon
imon -Original Message- From: Nicolás Marjovsky [SMTP:[EMAIL PROTECTED]] Sent: Thursday, December 28, 2000 7:57 PM To: [EMAIL PROTECTED] Subject: Re: context initialization Dear Simon: I've tried what you told me but the servlet doesn´t gets executed, it´s just pre

RE: context initialization

2000-12-27 Thread Kitching Simon
If I understand your question correctly, I do this sort of thing currently, by having a servlet which instantiates a bunch of objects, and adds them to the context. This servlet is defined as "load-on-startup". In the webapp's web.xml, I have: !-- define a servlet/class that can be