"Fabien Le Floc'h" <[EMAIL PROTECTED]> wrote:


> Hi,
> 
> I would like to know if it is possible to have some 
> code called at the web application initialization 
> (something like the init() method of the first servlet 
> called by the web app - which here is ActionServlet).
> 
> Should I just extend ActionServlet?

You could wriet your own servlet, which would do all the
important stuff in init().

--
gR

Reply via email to