Thanks for your files I study them. The init() method of the RequestProcessor is called only one time, isn't it ? but when ? when the servlet-engine is started or when the first request arrive ? What can you think about initialisations in the requestprocessor's init() method vs initialisations in a ServletContext listener ?
-----Original Message----- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: 12 September 2002 17:25 To: 'Struts Users Mailing List' Subject: RE: Initialisations on the first request I've attached a copy of my extension so you can get some ideas. The RequestProcessor object is the first thing to load and is used to initialize the application. -----Original Message----- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 11:18 AM To: 'Struts Users Mailing List' Subject: RE: Initialisations on the first request In which method of the extended RequestProcessor ? What do you think about doing this in the ServletContextListener ? -----Original Message----- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: 12 September 2002 14:13 To: 'Struts Users Mailing List' Subject: RE: Initialisations on the first request Extend RequestProcessor and put them there. -----Original Message----- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 12:23 PM I am working with Apache/Tomcat/Struts. Tomcat and Apache are defined as NT service. 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 ? Thanks -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>