Re: How to access Application scope at servlet initialization

2002-04-23 Thread Nicolas De Loof
As I read my question it seems I would have to go to bed early toonight ! ServletContext() IS application scope ... Excuse me for this mail. I think my mind is filled by French elections disaster (I'm a french guy). > I would like to use an InitServlet that runs before Struts ActionServlet, to

How to access Application scope at servlet initialization

2002-04-23 Thread Nicolas De Loof
I would like to use an InitServlet that runs before Struts ActionServlet, to put some datas in application scope. In the init() method I can get the servletContext using ServletConfig.getServletContext(), but how to access Application scope ? -- To unsubscribe, e-mail: