Re: Preload of servlet does not work with Tomcat 5.5.15

2006-04-24 Thread Markus Schönhaber
Tom Bednarz wrote: > Markus Schönhaber wrote: > >WAG: maybe you did overload GenericServlet#init instead of overriding it. > > But I doubt that anyone can tell for sure with so little information > > provided. > > Don't know what you mean with that. Here is part of my servlet code: > > public final

Re: Preload of servlet does not work with Tomcat 5.5.15

2006-04-24 Thread Tom Bednarz
Markus Schönhaber wrote: Tom Bednarz wrote: I defined the following in the web.xml of my web application: MTWInit ch.smartsol.mtweb.servlets.MTWInit MailConfiguration /WEB-INF/config/Mail.properties 1 This servlet is NOT loaded at all. This is true for the fo

[ZySPAM] - [ZySPAM] - Re: [ZySPAM] - [ZySPAM] - Re: Preload of servlet does not work with Tomcat 5.5.15

2006-04-24 Thread Tom Bednarz
;true" in tag in conf/server.xml? -- Manivannan Palanichamy http://geocities.com/manivannan57 -Original Message- From: Tom Bednarz <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Mon, 24 Apr 2006 08:19:10 +0200 Subject: Preload of servlet does not work with Tomcat 5.5.15

Re: Preload of servlet does not work with Tomcat 5.5.15

2006-04-24 Thread manivannan84
hi, have you enabled reload="true" in tag in conf/server.xml? -- Manivannan Palanichamy http://geocities.com/manivannan57 -Original Message- From: Tom Bednarz <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Mon, 24 Apr 2006 08:19:10 +0200 Subject: Preload of

RE: Preload of servlet does not work with Tomcat 5.5.15

2006-04-24 Thread abdurrahman sahin
hi; i have a servlet with tag and no mapping is defined and it is working with tomcat 5.0.28 http://asahin.net -Original Message- From: Markus Schönhaber [mailto:[EMAIL PROTECTED] Sent: Monday, April 24, 2006 9:57 AM To: Tomcat Users List Subject: Re: Preload of servlet does not work

Re: Preload of servlet does not work with Tomcat 5.5.15

2006-04-23 Thread Markus Schönhaber
Tom Bednarz wrote: > I defined the following in the web.xml of my web application: > > > MTWInit > ch.smartsol.mtweb.servlets.MTWInit > > MailConfiguration > /WEB-INF/config/Mail.properties > > 1 > > > This servlet is NOT loaded at all. This is true for the f

Preload of servlet does not work with Tomcat 5.5.15

2006-04-23 Thread Tom Bednarz
I have a silly problem: I defined the following in the web.xml of my web application: MTWInit ch.smartsol.mtweb.servlets.MTWInit MailConfiguration /WEB-INF/config/Mail.properties 1 This servlet is NOT loaded at all. This is true for the following situations: -