> From: "Heligon Sandra" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
>  Subject: Initialisations on the first request


> Hi,

Hello,

> I need to do initialisations (get ORB reference) on the first
> request,
> and return errors if one problem occurs.
> How can I do ? Can somebody send me an example ?
> Do I place the initialisations in the RequestProcessor's method ?

I think that creating an Initialisation Servlet would be a better idea,
you could call your init statements in the init() method of the servlet.
This servlet should be load on startup (<load-on-startup> tag in web.xml)

Thomas

--
Thomas Recloux
Université d'entreprise Norsys
[EMAIL PROTECTED]
http://www.norsys.fr


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to