Re: web application initialization

2001-07-21 Thread Fabien Le Floc'h
, July 18, 2001 10:58 PM To: [EMAIL PROTECTED] Subject: web application initialization 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

RE: web application initialization

2001-07-21 Thread Martin, Margaret
] Subject: Re: web application initialization Thank you for the tip, this is definitely working and is not too ugly. However I still find a little bit stupid we have to create a new Servlet just to use its init method. Or maybe not if your Log4j servlet allows you to modify the logging

Re: web application initialization

2001-07-21 Thread Fabien Le Floc'h
new subclass? -Original Message- From: Fabien Le Floc'h [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 11:06 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: web application initialization Thank you for the tip, this is definitely working and is not too ugly

Re: web application initialization

2001-07-21 Thread Calvin Yu
]]On Behalf Of Fabien Le Floc'h Sent: Wednesday, July 18, 2001 10:58 PM To: [EMAIL PROTECTED] Subject: web application initialization Hi, I would like to know if it is possible to have some code called at the web application initialization (something like the init

web application initialization

2001-07-20 Thread Fabien Le Floc'h
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? regards, Fabien

RE: web application initialization

2001-07-20 Thread Abraham Kang
application initialization 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? regards