ActionServlet init() method vs ServletContextListener API

2002-06-27 Thread Heligon Sandra
Hi, The Servlet 2.3 specification provides a mechanism to be notified when the application start-up: the ServletContextListener API. What is the best solution for single initialisations ? Is it in our own ServletContextListener class or in the init()

Re: ActionServlet init() method vs ServletContextListener API

2002-06-27 Thread Craig R. McClanahan
On Thu, 27 Jun 2002, Heligon Sandra wrote: Date: Thu, 27 Jun 2002 09:35:09 +0200 From: Heligon Sandra [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: ActionServlet init() method vs ServletContextListener API