RE: Initialization in Tomcat 4.0.3

2002-04-16 Thread Larry Isaacs
Sengupta [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 6:08 PM To: '[EMAIL PROTECTED]' Subject: Initialization in Tomcat 4.0.3 Hi, In Tomcat 3 we initialized stuff with the RequestInterceptor element in web.xml like this: RequestInterceptor debug=0 className

RE: Initialization in Tomcat 4.0.3

2002-04-16 Thread Subir Sengupta
if both methods of initialization work, which one is recommended and why? Thanks again, Subir -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 5:15 AM To: 'Tomcat Users List' Subject: RE: Initialization in Tomcat 4.0.3 In Tomcat 4.x

Initialization in Tomcat 4.0.3

2002-04-15 Thread Subir Sengupta
Hi, In Tomcat 3 we initialized stuff with the RequestInterceptor element in web.xml like this: RequestInterceptor debug=0 className=org.apache.tomcat.init.Init / Init has a engineInit method that looks like this: public final class Init extends BaseInterceptor . . . public void